-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump to 2.2.1. * Requirements: port showing_auto_updates() from SDK. * Recur: remove inline assignments, and add docs * Requirements: port showing_auto_updates() from SDK. * Recur: do not point to exdate[] as a variable. * Recur: remove inline explode() usage. * Recur: strict comparisons in remaining in_array() calls. * Recur: docs, grammar, and introduce weekday_order(). * Recur: support Events with "no known end". (#215) * Recur: reorder internal logic of validate_properties() * Recur: update inline doc to match not-in-range doc. * Recur: Prefer to skip than to nest when checking expansions. * Admin: update sanitize_end() to support multi-day all-day Events. * Recur: various improvements * Rename explode() to date_explode() * Introduce safe_explode() to encapsulate explode() and rtrim() calls * Make limit_bysetpos() return an array instead of being byref, to remove the only byref method * Whitespace, code formatting, and inline docs * Cast various values for improved strict type comparisons * Prefer simpler tertiary vs if/else * Recur: add ability to add duration to date() method. * Recur: clean up Constructor. * Recur: simplify the return value of parse_args(). * Bump dependencies.
- Loading branch information
Showing
8 changed files
with
735 additions
and
273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.