Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency johngrogg/ics-parser to v2 - autoclosed #63

Closed
wants to merge 52 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
johngrogg/ics-parser require major 1.0.3 -> 2.2.2

Release Notes

u01jmg3/ics-parser

v2.2.2

Compare Source

  • #​271: enhance YEARLY RRULE support
  • #​272: provide support for BYMONTHDAY

🎉 Thanks to @​s0600204 🎉


Previous Release Changelogs #### [`v2.2.1`](https://github.com/u01jmg3/ics-parser/compare/v2.1.20...v2.2.1) - #​269: remove dependency on Carbon ℹ️ **`composer update`** required #### [`v2.1.20`](https://github.com/u01jmg3/ics-parser/compare/v2.1.19...v2.1.20) - #​267: accept any line endings in `initString()` - Added the option to fund this project ❤️ #### [`v2.1.19`](https://github.com/u01jmg3/ics-parser/compare/v2.1.18...v2.1.19) - #​259: skip empty lines - #​263: fix bug with `COUNT` in conjunction with `EXDATE` #### [`v2.1.18`](https://github.com/u01jmg3/ics-parser/compare/v2.1.17...v2.1.18) - #​260 (#​261): fix `init()` lines bug with a false returns #### [`v2.1.17`](https://github.com/u01jmg3/ics-parser/compare/v2.1.16...v2.1.17) - #​251 (#​256): use ISO Year within WEEKLY recurrence handling - #​253 (#​254): support the `Accept-Language` request HTTP header #### [`v2.1.16`](https://github.com/u01jmg3/ics-parser/compare/v2.1.15...v2.1.16) - #​240 (#​246, #​247): support the DTSTART of an event also being an EXDATE #### [`v2.1.15`](https://github.com/u01jmg3/ics-parser/compare/v2.1.14...v2.1.15) - #​238 (#​239): improve the approach to mapping one weekstart to another in WEEKLY #### [`v2.1.14`](https://github.com/u01jmg3/ics-parser/compare/v2.1.13...v2.1.14) - #​233, #​234 (#​232, #​236): major refactoring of the `processRecurrences()` method (thanks to @​s0600204) - #​229: adds a new set of tests based on the RFC 5545 recurrence examples - #​223: maintain PHP 5.3.9 support #### [`v2.1.13`](https://github.com/u01jmg3/ics-parser/compare/v2.1.12...v2.1.13) - #​197, #​208 (#​228): provide more accurate time zone support - #​227: clean-up parsing of time zone strings #### [`v2.1.12`](https://github.com/u01jmg3/ics-parser/compare/v2.1.11...v2.1.12) - #​212: support parsing every month's first weekday and every month's last day - #​224: only compare the first word of a weekday - #​216 (#​217): fix filter days before and after issue - #​218 (#​219): limit until `rrule` if it goes beyond the default span - #​222: cleanup the code handling timezones when converting an iCal date to a unix date - ⚠️ [**Method signature change for `iCalDateToDateTime()` and `iCalDateToUnixTimestamp()`**](https://github.com/u01jmg3/ics-parser/pull/222/files#diff-04c6e90faac2675aa89e2176d2eec7d8R164) #### [`v2.1.11`](https://github.com/u01jmg3/ics-parser/compare/v2.1.10...v2.1.11) - #​205: support defining a custom HTTP User Agent #### [`v2.1.10`](https://github.com/u01jmg3/ics-parser/compare/v2.1.9...v2.1.10) - #​180 (#​209, #​210): correct the recurrence calculation applied against whole day events with a user defined time zone - Includes the welcomed addition of unit testing by @​hubermat - #​207 (#​213): drop non-recurring events if out-of-range - #​196 (#​211): unit test added against non-issue - Support `nesbot/carbon` `^2.0` for those using PHP 7+ #### [`v2.1.9`](https://github.com/u01jmg3/ics-parser/compare/v2.1.8...v2.1.9) - #​202: fix `mb_strlen($str, $encoding = 'auto')` warning in PHP 7.3 #### [`v2.1.8`](https://github.com/u01jmg3/ics-parser/compare/v2.1.7...v2.1.8) - #​195: support HTTP basic authentication - Improve multibyte safe replacement method #### [`v2.1.7`](https://github.com/u01jmg3/ics-parser/compare/v2.1.6...v2.1.7) - #​184 (#​190), #​182, #​149: support reducing the number of events to be parsed - Add corrected time zones #### [`v2.1.6`](https://github.com/u01jmg3/ics-parser/compare/v2.1.5...v2.1.6) - #​186 (#​187): map Windows time zone IDs to their IANA equivalent - Fallback to using the start date/time as the end date/time when no end date/time is explicitly defined - Trigger an error if a user provided default span is not an integer - Fix for initialising using an array of iCal lines ##### ℹ️ A `composer update` is required to update Carbon #### [`v2.1.5`](https://github.com/u01jmg3/ics-parser/compare/v2.1.4...v2.1.5) - #​179: correct placement of variable - Version control the composer lock file - Ensure PHP `5.3.*` compatibility when installing Composer dependencies ##### ℹ️ A `composer update` is required to update Carbon #### [`v2.1.4`](https://github.com/u01jmg3/ics-parser/compare/v2.1.3...v2.1.4) - Support Unicode CLDR time zones - Apply changes to altered recurrence instances after processing recurrence rules to account for the first event in a rule having an alteration - Decrement the event count by the number of events that are removed when altered recurrence instances are handled - Prevent altering the indexing of the events array to ensure other processing is not affected ##### ℹ️ A `composer update` is required to update Carbon #### [`v2.1.3`](https://github.com/u01jmg3/ics-parser/compare/v2.1.2...v2.1.3) - #​171: https links - #​173: fix undefined index - #​174: fix method name - #​177: use UTC timestamps when comparing dates #### [`v2.1.2`](https://github.com/u01jmg3/ics-parser/compare/v2.1.1...v2.1.2) - #​164: define `mbstring` as a required extension - Add configurable option to disable character replacement - Avoid fatal error with invalid iCal date #### [`v2.1.1`](https://github.com/u01jmg3/ics-parser/compare/v2.1.0...v2.1.1) - #​162: fix fatal error and remove unnecessary require statement #### [`v2.1.0`](https://github.com/u01jmg3/ics-parser/compare/v2.0.7...v2.1.0) - #​154 - Process an altered recurrence event even when it is the initial parent event that has been altered - Correct `if` condition and use of `array_search()` - #​155: provide better support for `VALARM` - #​159: fix parse failure on dates before 1970 with an inline time zone - #​161 - Introduce [Carbon](http://carbon.nesbot.com/docs/) to allow robust time zone comparison - Force the default time zone on UTC exdates - Cache valid time zones to improve parser performance - Remove unnecessary class inheritance ##### ℹ️ A `composer update` is required to pull in Carbon #### [`v2.0.7`](https://github.com/u01jmg3/ics-parser/compare/v2.0.6...v2.0.7) - #​116 (#​144): continue parsing and default to the default time zone if an invalid `TZID` is found - #​147: correct the parsing of exdates that contain attributes such as `VALUE=DATE` - #​145: account for exdates that are not reached but affect the recurrence count - #​148: correctly apply time zone data - Fix an "invalid code point value" PHP warning in PHP 7.2 - Update contributing guidelines #### [`v2.0.6`](https://github.com/u01jmg3/ics-parser/compare/v2.0.5...v2.0.6) - #​124: create function to prepare the data prior to adding to the Event object - #​125: prevent time zone from being reapplied to `DTSTART_TZ` and `DTEND_TZ` for recurrence events - #​126: allow `$cal` object to be accessed so attributes such as `METHOD` can be queried - #​127: prevent re-applying a time zone on a timestamp already defined with one and instead rely on `DTSTART_TZ` and `DTEND_TZ` - #​129: when converting an event date to a UNIX timestamp only apply the event time zone if explicitly requested - #​133: allow default time zone to be set during instantiation - #​134: correctly parse `FREEBUSY` calendar info - #​136: consider `BYSETPOS` when parsing a monthly recurrence rule - #​137: change from `gmdate()` to `date()` to prevent issues during daylight savings - #​138: throw a catchable error exception when a file or URL that does not exist is passed to the parser - Allow a custom date format to be supplied to `iCalDateWithTimeZone()` - Allow time zone to be set even if no filename is passed to the constructor - Alter recurrence matching logic to support events with time zone data - Apply a snake_case conversion to all Event keys - Correctly force a time zone (if present) when calling `iCalDateWithTimeZone()` - Count `FREEBUSY` occurrences rather than the `VFREEBUSY` parent component - Enhance Event object to provide access to the ICal object and its methods - Ensure public initialisation methods return an ICal object - Provide separate methods to allow the initialisation of the parser using a file or URL - Provide support for dates beyond 29 Jan 2038 by converting to a DateTime object - Support Mac/Linux line endings - Support multiple files on instantiation - Trigger an appropriate error if the parser is initialised more than once with iCal content #### [`v2.0.5`](https://github.com/u01jmg3/ics-parser/compare/v2.0.4...v2.0.5) - #​113: expand `WKST` logic to support days other than Sunday - #​114: correctly implement iCal unfolding prior to parsing - #​115: support ability to parse multiple EXDATE lines - #​116 - Correct the logic when applying the event timezone - Correctly validate timezone - #​118: use multibyte safe string replacement function when cleaning data - #​121: support iCal files with Mac OS X line endings (`\r`) - #​123: allow the parser to silently ignore events with an invalid start date #### [`v2.0.4`](https://github.com/u01jmg3/ics-parser/compare/v2.0.3...v2.0.4) - #​109 - Do not re-apply the timezone if `TZID` is specified within `DTSTART` / `DTEND` - Fallback to applying the calendar timezone when using `iCalDateWithTimeZone()` unless Zulu time has been specified - #​110 - Attempt to clean data before running it through the parser - Improve the method of splitting keys from values in an iCal string - #​111 - Implement unfolding prior to parsing as per the iCal spec - Remove unprintable Unicode characters as well as ASCII - #​112: support ability to skip `processRecurrences()` - Allow missing timezone abbreviations such as MET - Allow the timezone to be forced when populating `dtstart_tz` / `dtend_tz` - Ensure only permitted configurable variables can be overridden in the constructor - Include an example of using VFREEBUSY - Update Bootstrap styling used in the examples to `v3.3.7` #### [`v2.0.3`](https://github.com/u01jmg3/ics-parser/compare/v2.0.2...v2.0.3) - Where appropriate change from `date()` / `gmdate()` to use PHP's `DateTime` object - #​105, #​109: ensure all `DateTime` objects use a default timezone setting - Allow default settings to be overridden and passed into the constructor - Correct how a timezone is applied to recurrence events if `$useTimeZoneWithRRules` is set to `true` - Improve documentation #### [`v2.0.2`](https://github.com/u01jmg3/ics-parser/compare/v2.0.1...v2.0.2) - #​14: support ability to parse a negative BYDAY value - #​16: support ability to parse multiple months in YEARLY BYMONTH - #​17: support ability to parse every day of month when BYDAY lacks number - #​65: fix date exclusions that use `EXDATE` - #​99: improve performance of parser - #​100: correctly populate `$bydays` array using the day of the week from `$startTimestamp` when `BYDAY` is not present in the recurrence rule - Improve documentation #### [`v2.0.1`](https://github.com/u01jmg3/ics-parser/compare/v2.0.0...v2.0.1) - Incorporate timezone settings when parsing recurrence rules - Fix date exclusions that use `EXDATE` - Ensure timezones are checked to be valid before using - Add new `eventsFromInterval` function - Ensure PSR-2 compliance - Other improvements and bug fixes #### [`v2.0.0`](https://github.com/u01jmg3/ics-parser/compare/v1.0.4...v2.0.0) - Add namespace and autoloading - Convert Event to be an object

v2.2.1

Compare Source

  • #​269: remove dependency on Carbon
    ℹ️ composer update required

Previous Release Changelogs #### [`v2.1.20`](https://github.com/u01jmg3/ics-parser/compare/v2.1.19...v2.1.20) - #​267: accept any line endings in `initString()` - Added the option to fund this project ❤️ #### [`v2.1.19`](https://github.com/u01jmg3/ics-parser/compare/v2.1.18...v2.1.19) - #​259: skip empty lines - #​263: fix bug with `COUNT` in conjunction with `EXDATE` #### [`v2.1.18`](https://github.com/u01jmg3/ics-parser/compare/v2.1.17...v2.1.18) - #​260 (#​261): fix `init()` lines bug with a false returns #### [`v2.1.17`](https://github.com/u01jmg3/ics-parser/compare/v2.1.16...v2.1.17) - #​251 (#​256): use ISO Year within WEEKLY recurrence handling - #​253 (#​254): support the `Accept-Language` request HTTP header #### [`v2.1.16`](https://github.com/u01jmg3/ics-parser/compare/v2.1.15...v2.1.16) - #​240 (#​246, #​247): support the DTSTART of an event also being an EXDATE #### [`v2.1.15`](https://github.com/u01jmg3/ics-parser/compare/v2.1.14...v2.1.15) - #​238 (#​239): improve the approach to mapping one weekstart to another in WEEKLY #### [`v2.1.14`](https://github.com/u01jmg3/ics-parser/compare/v2.1.13...v2.1.14) - #​233, #​234 (#​232, #​236): major refactoring of the `processRecurrences()` method (thanks to @​s0600204) - #​229: adds a new set of tests based on the RFC 5545 recurrence examples - #​223: maintain PHP 5.3.9 support #### [`v2.1.13`](https://github.com/u01jmg3/ics-parser/compare/v2.1.12...v2.1.13) - #​197, #​208 (#​228): provide more accurate time zone support - #​227: clean-up parsing of time zone strings #### [`v2.1.12`](https://github.com/u01jmg3/ics-parser/compare/v2.1.11...v2.1.12) - #​212: support parsing every month's first weekday and every month's last day - #​224: only compare the first word of a weekday - #​216 (#​217): fix filter days before and after issue - #​218 (#​219): limit until `rrule` if it goes beyond the default span - #​222: cleanup the code handling timezones when converting an iCal date to a unix date - ⚠️ [**Method signature change for `iCalDateToDateTime()` and `iCalDateToUnixTimestamp()`**](https://github.com/u01jmg3/ics-parser/pull/222/files#diff-04c6e90faac2675aa89e2176d2eec7d8R164) #### [`v2.1.11`](https://github.com/u01jmg3/ics-parser/compare/v2.1.10...v2.1.11) - #​205: support defining a custom HTTP User Agent #### [`v2.1.10`](https://github.com/u01jmg3/ics-parser/compare/v2.1.9...v2.1.10) - #​180 (#​209, #​210): correct the recurrence calculation applied against whole day events with a user defined time zone - Includes the welcomed addition of unit testing by @​hubermat - #​207 (#​213): drop non-recurring events if out-of-range - #​196 (#​211): unit test added against non-issue - Support `nesbot/carbon` `^2.0` for those using PHP 7+ #### [`v2.1.9`](https://github.com/u01jmg3/ics-parser/compare/v2.1.8...v2.1.9) - #​202: fix `mb_strlen($str, $encoding = 'auto')` warning in PHP 7.3 #### [`v2.1.8`](https://github.com/u01jmg3/ics-parser/compare/v2.1.7...v2.1.8) - #​195: support HTTP basic authentication - Improve multibyte safe replacement method #### [`v2.1.7`](https://github.com/u01jmg3/ics-parser/compare/v2.1.6...v2.1.7) - #​184 (#​190), #​182, #​149: support reducing the number of events to be parsed - Add corrected time zones #### [`v2.1.6`](https://github.com/u01jmg3/ics-parser/compare/v2.1.5...v2.1.6) - #​186 (#​187): map Windows time zone IDs to their IANA equivalent - Fallback to using the start date/time as the end date/time when no end date/time is explicitly defined - Trigger an error if a user provided default span is not an integer - Fix for initialising using an array of iCal lines ##### ℹ️ A `composer update` is required to update Carbon #### [`v2.1.5`](https://github.com/u01jmg3/ics-parser/compare/v2.1.4...v2.1.5) - #​179: correct placement of variable - Version control the composer lock file - Ensure PHP `5.3.*` compatibility when installing Composer dependencies ##### ℹ️ A `composer update` is required to update Carbon #### [`v2.1.4`](https://github.com/u01jmg3/ics-parser/compare/v2.1.3...v2.1.4) - Support Unicode CLDR time zones - Apply changes to altered recurrence instances after processing recurrence rules to account for the first event in a rule having an alteration - Decrement the event count by the number of events that are removed when altered recurrence instances are handled - Prevent altering the indexing of the events array to ensure other processing is not affected ##### ℹ️ A `composer update` is required to update Carbon #### [`v2.1.3`](https://github.com/u01jmg3/ics-parser/compare/v2.1.2...v2.1.3) - #​171: https links - #​173: fix undefined index - #​174: fix method name - #​177: use UTC timestamps when comparing dates #### [`v2.1.2`](https://github.com/u01jmg3/ics-parser/compare/v2.1.1...v2.1.2) - #​164: define `mbstring` as a required extension - Add configurable option to disable character replacement - Avoid fatal error with invalid iCal date #### [`v2.1.1`](https://github.com/u01jmg3/ics-parser/compare/v2.1.0...v2.1.1) - #​162: fix fatal error and remove unnecessary require statement #### [`v2.1.0`](https://github.com/u01jmg3/ics-parser/compare/v2.0.7...v2.1.0) - #​154 - Process an altered recurrence event even when it is the initial parent event that has been altered - Correct `if` condition and use of `array_search()` - #​155: provide better support for `VALARM` - #​159: fix parse failure on dates before 1970 with an inline time zone - #​161 - Introduce [Carbon](http://carbon.nesbot.com/docs/) to allow robust time zone comparison - Force the default time zone on UTC exdates - Cache valid time zones to improve parser performance - Remove unnecessary class inheritance ##### ℹ️ A `composer update` is required to pull in Carbon #### [`v2.0.7`](https://github.com/u01jmg3/ics-parser/compare/v2.0.6...v2.0.7) - #​116 (#​144): continue parsing and default to the default time zone if an invalid `TZID` is found - #​147: correct the parsing of exdates that contain attributes such as `VALUE=DATE` - #​145: account for exdates that are not reached but affect the recurrence count - #​148: correctly apply time zone data - Fix an "invalid code point value" PHP warning in PHP 7.2 - Update contributing guidelines #### [`v2.0.6`](https://github.com/u01jmg3/ics-parser/compare/v2.0.5...v2.0.6) - #​124: create function to prepare the data prior to adding to the Event object - #​125: prevent time zone from being reapplied to `DTSTART_TZ` and `DTEND_TZ` for recurrence events - #​126: allow `$cal` object to be accessed so attributes such as `METHOD` can be queried - #​127: prevent re-applying a time zone on a timestamp already defined with one and instead rely on `DTSTART_TZ` and `DTEND_TZ` - #​129: when converting an event date to a UNIX timestamp only apply the event time zone if explicitly requested - #​133: allow default time zone to be set during instantiation - #​134: correctly parse `FREEBUSY` calendar info - #​136: consider `BYSETPOS` when parsing a monthly recurrence rule - #​137: change from `gmdate()` to `date()` to prevent issues during daylight savings - #​138: throw a catchable error exception when a file or URL that does not exist is passed to the parser - Allow a custom date format to be supplied to `iCalDateWithTimeZone()` - Allow time zone to be set even if no filename is passed to the constructor - Alter recurrence matching logic to support events with time zone data - Apply a snake_case conversion to all Event keys - Correctly force a time zone (if present) when calling `iCalDateWithTimeZone()` - Count `FREEBUSY` occurrences rather than the `VFREEBUSY` parent component - Enhance Event object to provide access to the ICal object and its methods - Ensure public initialisation methods return an ICal object - Provide separate methods to allow the initialisation of the parser using a file or URL - Provide support for dates beyond 29 Jan 2038 by converting to a DateTime object - Support Mac/Linux line endings - Support multiple files on instantiation - Trigger an appropriate error if the parser is initialised more than once with iCal content #### [`v2.0.5`](https://github.com/u01jmg3/ics-parser/compare/v2.0.4...v2.0.5) - #​113: expand `WKST` logic to support days other than Sunday - #​114: correctly implement iCal unfolding prior to parsing - #​115: support ability to parse multiple EXDATE lines - #​116 - Correct the logic when applying the event timezone - Correctly validate timezone - #​118: use multibyte safe string replacement function when cleaning data - #​121: support iCal files with Mac OS X line endings (`\r`) - #​123: allow the parser to silently ignore events with an invalid start date #### [`v2.0.4`](https://github.com/u01jmg3/ics-parser/compare/v2.0.3...v2.0.4) - #​109 - Do not re-apply the timezone if `TZID` is specified within `DTSTART` / `DTEND` - Fallback to applying the calendar timezone when using `iCalDateWithTimeZone()` unless Zulu time has been specified - #​110 - Attempt to clean data before running it through the parser - Improve the method of splitting keys from values in an iCal string - #​111 - Implement unfolding prior to parsing as per the iCal spec - Remove unprintable Unicode characters as well as ASCII - #​112: support ability to skip `processRecurrences()` - Allow missing timezone abbreviations such as MET - Allow the timezone to be forced when populating `dtstart_tz` / `dtend_tz` - Ensure only permitted configurable variables can be overridden in the constructor - Include an example of using VFREEBUSY - Update Bootstrap styling used in the examples to `v3.3.7` #### [`v2.0.3`](https://github.com/u01jmg3/ics-parser/compare/v2.0.2...v2.0.3) - Where appropriate change from `date()` / `gmdate()` to use PHP's `DateTime` object - #​105, #​109: ensure all `DateTime` objects use a default timezone setting - Allow default settings to be overridden and passed into the constructor - Correct how a timezone is applied to recurrence events if `$useTimeZoneWithRRules` is set to `true` - Improve documentation #### [`v2.0.2`](https://github.com/u01jmg3/ics-parser/compare/v2.0.1...v2.0.2) - #​14: support ability to parse a negative BYDAY value - #​16: support ability to parse multiple months in YEARLY BYMONTH - #​17: support ability to parse every day of month when BYDAY lacks number - #​65: fix date exclusions that use `EXDATE` - #​99: improve performance of parser - #​100: correctly populate `$bydays` array using the day of the week from `$startTimestamp` when `BYDAY` is not present in the recurrence rule - Improve documentation #### [`v2.0.1`](https://github.com/u01jmg3/ics-parser/compare/v2.0.0...v2.0.1) - Incorporate timezone settings when parsing recurrence rules - Fix date exclusions that use `EXDATE` - Ensure timezones are checked to be valid before using - Add new `eventsFromInterval` function - Ensure PSR-2 compliance - Other improvements and bug fixes #### [`v2.0.0`](https://github.com/u01jmg3/ics-parser/compare/v1.0.4...v2.0.0) - Add namespace and autoloading - Convert Event to be an object

v2.1.20

Compare Source

  • #​267: accept any line endings in initString()
  • Added the option to fund this project ❤️

Previous Release Changelogs #### [`v2.1.19`](https://github.com/u01jmg3/ics-parser/compare/v2.1.18...v2.1.19) - #​259: skip empty lines - #​263: fix bug with `COUNT` in conjunction with `EXDATE` #### [`v2.1.18`](https://github.com/u01jmg3/ics-parser/compare/v2.1.17...v2.1.18) - #​260 (#​261): fix `init()` lines bug with a false returns #### [`v2.1.17`](https://github.com/u01jmg3/ics-parser/compare/v2.1.16...v2.1.17) - #​251 (#​256): use ISO Year within WEEKLY recurrence handling - #​253 (#​254): support the `Accept-Language` request HTTP header #### [`v2.1.16`](https://github.com/u01jmg3/ics-parser/compare/v2.1.15...v2.1.16) - #​240 (#​246, #​247): support the DTSTART of an event also being an EXDATE #### [`v2.1.15`](https://github.com/u01jmg3/ics-parser/compare/v2.1.14...v2.1.15) - #​238 (#​239): improve the approach to mapping one weekstart to another in WEEKLY #### [`v2.1.14`](https://github.com/u01jmg3/ics-parser/compare/v2.1.13...v2.1.14) - #​233, #​234 (#​232, #​236): major refactoring of the `processRecurrences()` method (thanks to @​s0600204) - #​229: adds a new set of tests based on the RFC 5545 recurrence examples - #​223: maintain PHP 5.3.9 support #### [`v2.1.13`](https://github.com/u01jmg3/ics-parser/compare/v2.1.12...v2.1.13) - #​197, #​208 (#​228): provide more accurate time zone support - #​227: clean-up parsing of time zone strings #### [`v2.1.12`](https://github.com/u01jmg3/ics-parser/compare/v2.1.11...v2.1.12) - #​212: support parsing every month's first weekday and every month's last day - #​224: only compare the first word of a weekday - #​216 (#​217): fix filter days before and after issue - #​218 (#​219): limit until `rrule` if it goes beyond the default span - #​222: cleanup the code handling timezones when converting an iCal date to a unix date - ⚠️ [**Method signature change for `iCalDateToDateTime()` and `iCalDateToUnixTimestamp()`**](https://github.com/u01jmg3/ics-parser/pull/222/files#diff-04c6e90faac2675aa89e2176d2eec7d8R164) #### [`v2.1.11`](https://github.com/u01jmg3/ics-parser/compare/v2.1.10...v2.1.11) - #​205: support defining a custom HTTP User Agent #### [`v2.1.10`](https://github.com/u01jmg3/ics-parser/compare/v2.1.9...v2.1.10) - #​180 (#​209, #​210): correct the recurrence calculation applied against whole day events with a user defined time zone - Includes the welcomed addition of unit testing by @​hubermat - #​207 (#​213): drop non-recurring events if out-of-range - #​196 (#​211): unit test added against non-issue - Support `nesbot/carbon` `^2.0` for those using PHP 7+ #### [`v2.1.9`](https://github.com/u01jmg3/ics-parser/compare/v2.1.8...v2.1.9) - #​202: fix `mb_strlen($str, $encoding = 'auto')` warning in PHP 7.3 #### [`v2.1.8`](https://github.com/u01jmg3/ics-parser/compare/v2.1.7...v2.1.8) - #​195: support HTTP basic authentication - Improve multibyte safe replacement method #### [`v2.1.7`](https://github.com/u01jmg3/ics-parser/compare/v2.1.6...v2.1.7) - #​184 (#​190), #​182, #​149: support reducing the number of events to be parsed - Add corrected time zones #### [`v2.1.6`](https://github.com/u01jmg3/ics-parser/compare/v2.1.5...v2.1.6) - #​186 (#​187): map Windows time zone IDs to their IANA equivalent - Fallback to using the start date/time as the end date/time when no end date/time is explicitly defined - Trigger an error if a user provided default span is not an integer - Fix for initialising using an array of iCal lines ##### ℹ️ A `composer update` is required to update Carbon #### [`v2.1.5`](https://github.com/u01jmg3/ics-parser/compare/v2.1.4...v2.1.5) - #​179: correct placement of variable - Version control the composer lock file - Ensure PHP `5.3.*` compatibility when installing Composer dependencies ##### ℹ️ A `composer update` is required to update Carbon #### [`v2.1.4`](https://github.com/u01jmg3/ics-parser/compare/v2.1.3...v2.1.4) - Support Unicode CLDR time zones - Apply changes to altered recurrence instances after processing recurrence rules to account for the first event in a rule having an alteration - Decrement the event count by the number of events that are removed when altered recurrence instances are handled - Prevent altering the indexing of the events array to ensure other processing is not affected ##### ℹ️ A `composer update` is required to update Carbon #### [`v2.1.3`](https://github.com/u01jmg3/ics-parser/compare/v2.1.2...v2.1.3) - #​171: https links - #​173: fix undefined index - #​174: fix method name - #​177: use UTC timestamps when comparing dates #### [`v2.1.2`](https://github.com/u01jmg3/ics-parser/compare/v2.1.1...v2.1.2) - #​164: define `mbstring` as a required extension - Add configurable option to disable character replacement - Avoid fatal error with invalid iCal date #### [`v2.1.1`](https://github.com/u01jmg3/ics-parser/compare/v2.1.0...v2.1.1) - #​162: fix fatal error and remove unnecessary require statement #### [`v2.1.0`](https://github.com/u01jmg3/ics-parser/compare/v2.0.7...v2.1.0) - #​154 - Process an altered recurrence event even when it is the initial parent event that has been altered - Correct `if` condition and use of `array_search()` - #​155: provide better support for `VALARM` - #​159: fix parse failure on dates before 1970 with an inline time zone - #​161 - Introduce [Carbon](http://carbon.nesbot.com/docs/) to allow robust time zone comparison - Force the default time zone on UTC exdates - Cache valid time zones to improve parser performance - Remove unnecessary class inheritance ##### ℹ️ A `composer update` is required to pull in Carbon #### [`v2.0.7`](https://github.com/u01jmg3/ics-parser/compare/v2.0.6...v2.0.7) - #​116 (#​144): continue parsing and default to the default time zone if an invalid `TZID` is found - #​147: correct the parsing of exdates that contain attributes such as `VALUE=DATE` - #​145: account for exdates that are not reached but affect the recurrence count - #​148: correctly apply time zone data - Fix an "invalid code point value" PHP warning in PHP 7.2 - Update contributing guidelines #### [`v2.0.6`](https://github.com/u01jmg3/ics-parser/compare/v2.0.5...v2.0.6) - #​124: create function to prepare the data prior to adding to the Event object - #​125: prevent time zone from being reapplied to `DTSTART_TZ` and `DTEND_TZ` for recurrence events - #​126: allow `$cal` object to be accessed so attributes such as `METHOD` can be queried - #​127: prevent re-applying a time zone on a timestamp already defined with one and instead rely on `DTSTART_TZ` and `DTEND_TZ` - #​129: when converting an event date to a UNIX timestamp only apply the event time zone if explicitly requested - #​133: allow default time zone to be set during instantiation - #​134: correctly parse `FREEBUSY` calendar info - #​136: consider `BYSETPOS` when parsing a monthly recurrence rule - #​137: change from `gmdate()` to `date()` to prevent issues during daylight savings - #​138: throw a catchable error exception when a file or URL that does not exist is passed to the parser - Allow a custom date format to be supplied to `iCalDateWithTimeZone()` - Allow time zone to be set even if no filename is passed to the constructor - Alter recurrence matching logic to support events with time zone data - Apply a snake_case conversion to all Event keys - Correctly force a time zone (if present) when calling `iCalDateWithTimeZone()` - Count `FREEBUSY` occurrences rather than the `VFREEBUSY` parent component - Enhance Event object to provide access to the ICal object and its methods - Ensure public initialisation methods return an ICal object - Provide separate methods to allow the initialisation of the parser using a file or URL - Provide support for dates beyond 29 Jan 2038 by converting to a DateTime object - Support Mac/Linux line endings - Support multiple files on instantiation - Trigger an appropriate error if the parser is initialised more than once with iCal content #### [`v2.0.5`](https://github.com/u01jmg3/ics-parser/compare/v2.0.4...v2.0.5) - #​113: expand `WKST` logic to support days other than Sunday - #​114: correctly implement iCal unfolding prior to parsing - #​115: support ability to parse multiple EXDATE lines - #​116 - Correct the logic when applying the event timezone - Correctly validate timezone - #​118: use multibyte safe string replacement function when cleaning data - #​121: support iCal files with Mac OS X line endings (`\r`) - #​123: allow the parser to silently ignore events with an invalid start date #### [`v2.0.4`](https://github.com/u01jmg3/ics-parser/compare/v2.0.3...v2.0.4) - #​109 - Do not re-apply the timezone if `TZID` is specified within `DTSTART` / `DTEND` - Fallback to applying the calendar timezone when using `iCalDateWithTimeZone()` unless Zulu time has been specified - #​110 - Attempt to clean data before running it through the parser - Improve the method of splitting keys from values in an iCal string - #​111 - Implement unfolding prior to parsing as per the iCal spec - Remove unprintable Unicode characters as well as ASCII - #​112: support ability to skip `processRecurrences()` - Allow missing timezone abbreviations such as MET - Allow the timezone to be forced when populating `dtstart_tz` / `dtend_tz` - Ensure only permitted configurable variables can be overridden in the constructor - Include an example of using VFREEBUSY - Update Bootstrap styling used in the examples to `v3.3.7` #### [`v2.0.3`](https://github.com/u01jmg3/ics-parser/compare/v2.0.2...v2.0.3) - Where appropriate change from `date()` / `gmdate()` to use PHP's `DateTime` object - #​105, #​109: ensure all `DateTime` objects use a default timezone setting - Allow default settings to be overridden and passed into the constructor - Correct how a timezone is applied to recurrence events if `$useTimeZoneWithRRules` is set to `true` - Improve documentation #### [`v2.0.2`](https://github.com/u01jmg3/ics-parser/compare/v2.0.1...v2.0.2) - #​14: support ability to parse a negative BYDAY value - #​16: support ability to parse multiple months in YEARLY BYMONTH - #​17: support ability to parse every day of month when BYDAY lacks number - #​65: fix date exclusions that use `EXDATE` - #​99: improve performance of parser - #​100: correctly populate `$bydays` array using the day of the week from `$startTimestamp` when `BYDAY` is not present in the recurrence rule - Improve documentation #### [`v2.0.1`](https://github.com/u01jmg3/ics-parser/compare/v2.0.0...v2.0.1) - Incorporate timezone settings when parsing recurrence rules - Fix date exclusions that use `EXDATE` - Ensure timezones are checked to be valid before using - Add new `eventsFromInterval` function - Ensure PSR-2 compliance - Other improvements and bug fixes #### [`v2.0.0`](https://github.com/u01jmg3/ics-parser/compare/v1.0.4...v2.0.0) - Add namespace and autoloading - Convert Event to be an object

v2.1.19

Compare Source

  • #​259: skip empty lines
  • #​263: fix bug with COUNT in conjunction with EXDATE

Previous Release Changelogs #### [`v2.1.18`](https://github.com/u01jmg3/ics-parser/compare/v2.1.17...v2.1.18) - #​260 (#​261): fix `init()` lines bug with a false returns #### [`v2.1.17`](https://github.com/u01jmg3/ics-parser/compare/v2.1.16...v2.1.17) - #​251 (#​256): use ISO Year within WEEKLY recurrence handling - #​253 (#​254): support the `Accept-Language` request HTTP header #### [`v2.1.16`](https://github.com/u01jmg3/ics-parser/compare/v2.1.15...v2.1.16) - #​240 (#​246, #​247): support the DTSTART of an event also being an EXDATE #### [`v2.1.15`](https://github.com/u01jmg3/ics-parser/compare/v2.1.14...v2.1.15) - #​238 (#​239): improve the approach to mapping one weekstart to another in WEEKLY #### [`v2.1.14`](https://github.com/u01jmg3/ics-parser/compare/v2.1.13...v2.1.14) - #​233, #​234 (#​232, #​236): major refactoring of the `processRecurrences()` method (thanks to @​s0600204) - #​229: adds a new set of tests based on the RFC 5545 recurrence examples - #​223: maintain PHP 5.3.9 support #### [`v2.1.13`](https://github.com/u01jmg3/ics-parser/compare/v2.1.12...v2.1.13) - #​197, #​208 (#​228): provide more accurate time zone support - #​227: clean-up parsing of time zone strings #### [`v2.1.12`](https://github.com/u01jmg3/ics-parser/compare/v2.1.11...v2.1.12) - #​212: support parsing every month's first weekday and every month's last day - #​224: only compare the first word of a weekday - #​216 (#​217): fix filter days before and after issue - #​218 (#​219): limit until `rrule` if it goes beyond the default span - #​222: cleanup the code handling timezones when converting an iCal date to a unix date - ⚠️ [**Method signature change for `iCalDateToDateTime()` and `iCalDateToUnixTimestamp()`**](https://github.com/u01jmg3/ics-parser/pull/222/files#diff-04c6e90faac2675aa89e2176d2eec7d8R164) #### [`v2.1.11`](https://github.com/u01jmg3/ics-parser/compare/v2.1.10...v2.1.11) - #​205: support defining a custom HTTP User Agent #### [`v2.1.10`](https://github.com/u01jmg3/ics-parser/compare/v2.1.9...v2.1.10) - #​180 (#​209, #​210): correct the recurrence calculation applied against whole day events with a user defined time zone - Includes the welcomed addition of unit testing by @​hubermat - #​207 (#​213): drop non-recurring events if out-of-range - #​196 (#​211): unit test added against non-issue - Support `nesbot/carbon` `^2.0` for those using PHP 7+ #### [`v2.1.9`](https://github.com/u01jmg3/ics-parser/compare/v2.1.8...v2.1.9) - #​202: fix `mb_strlen($str, $encoding = 'auto')` warning in PHP 7.3 #### [`v2.1.8`](https://github.com/u01jmg3/ics-parser/compare/v2.1.7...v2.1.8) - #​195: support HTTP basic authentication - Improve multibyte safe replacement method #### [`v2.1.7`](https://github.com/u01jmg3/ics-parser/compare/v2.1.6...v2.1.7) - #​184 (#​190), #​182, #​149: support reducing the number of events to be parsed - Add corrected time zones #### [`v2.1.6`](https://github.com/u01jmg3/ics-parser/compare/v2.1.5...v2.1.6) - #​186 (#​187): map Windows time zone IDs to their IANA equivalent - Fallback to using the start date/time as the end date/time when no end date/time is explicitly defined - Trigger an error if a user provided default span is not an integer - Fix for initialising using an array of iCal lines ##### ℹ️ A `composer update` is required to update Carbon #### [`v2.1.5`](https://github.com/u01jmg3/ics-parser/compare/v2.1.4...v2.1.5) - #​179: correct placement of variable - Version control the composer lock file - Ensure PHP `5.3.*` compatibility when installing Composer dependencies ##### ℹ️ A `composer update` is required to update Carbon #### [`v2.1.4`](https://github.com/u01jmg3/ics-parser/compare/v2.1.3...v2.1.4) - Support Unicode CLDR time zones - Apply changes to altered recurrence instances after processing recurrence rules to account for the first event in a rule having an alteration - Decrement the event count by the number of events that are removed when altered recurrence instances are handled - Prevent altering the indexing of the events array to ensure other processing is not affected ##### ℹ️ A `composer update` is required to update Carbon #### [`v2.1.3`](https://github.com/u01jmg3/ics-parser/compare/v2.1.2...v2.1.3) - #​171: https links - #​173: fix undefined index - #​174: fix method name - #​177: use UTC timestamps when comparing dates #### [`v2.1.2`](https://github.com/u01jmg3/ics-parser/compare/v2.1.1...v2.1.2) - #​164: define `mbstring` as a required extension - Add configurable option to disable character replacement - Avoid fatal error with invalid iCal date #### [`v2.1.1`](https://github.com/u01jmg3/ics-parser/compare/v2.1.0...v2.1.1) - #​162: fix fatal error and remove unnecessary require statement #### [`v2.1.0`](https://github.com/u01jmg3/ics-parser/compare/v2.0.7...v2.1.0) - #​154 - Process an altered recurrence event even when it is the initial parent event that has been altered - Correct `if` condition and use of `array_search()` - #​155: provide better support for `VALARM` - #​159: fix parse failure on dates before 1970 with an inline time zone - #​161 - Introduce [Carbon](http://carbon.nesbot.com/docs/) to allow robust time zone comparison - Force the default time zone on UTC exdates - Cache valid time zones to improve parser performance - Remove unnecessary class inheritance ##### ℹ️ A `composer update` is required to pull in Carbon #### [`v2.0.7`](https://github.com/u01jmg3/ics-parser/compare/v2.0.6...v2.0.7) - #​116 (#​144): continue parsing and default to the default time zone if an invalid `TZID` is found - #​147: correct the parsing of exdates that contain attributes such as `VALUE=DATE` - #​145: account for exdates that are not reached but affect the recurrence count - #​148: correctly apply time zone data - Fix an "invalid code point value" PHP warning in PHP 7.2 - Update contributing guidelines #### [`v2.0.6`](https://github.com/u01jmg3/ics-parser/compare/v2.0.5...v2.0.6) - #​124: create function to prepare the data prior to adding to the Event object - #​125: prevent time zone from being reapplied to `DTSTART_TZ` and `DTEND_TZ` for recurrence events - #​126: allow `$cal` object to be accessed so attributes such as `METHOD` can be queried - #​127: prevent re-applying a time zone on a timestamp already defined with one and instead rely on `DTSTART_TZ` and `DTEND_TZ` - #​129: when converting an event date to a UNIX timestamp only apply the event time zone if explicitly requested - #​133: allow default time zone to be set during instantiation - #​134: correctly parse `FREEBUSY` calendar info - #​136: consider `BYSETPOS` when parsing a monthly recurrence rule - #​137: change from `gmdate()` to `date()` to prevent issues during daylight savings - #​138: throw a catchable error exception when a file or URL that does not exist is passed to the parser - Allow a custom date format to be supplied to `iCalDateWithTimeZone()` - Allow time zone to be set even if no filename is passed to the constructor - Alter recurrence matching logic to support events with time zone data - Apply a snake_case conversion to all Event keys - Correctly force a time zone (if present) when calling `iCalDateWithTimeZone()` - Count `FREEBUSY` occurrences rather than the `VFREEBUSY` parent component - Enhance Event object to provide access to the ICal object and its methods - Ensure public initialisation methods return an ICal object - Provide separate methods to allow the initialisation of the parser using a file or URL - Provide support for dates beyond 29 Jan 2038 by converting to a DateTime object - Support Mac/Linux line endings - Support multiple files on instantiation - Trigger an appropriate error if the parser is initialised more than once with iCal content #### [`v2.0.5`](https://github.com/u01jmg3/ics-parser/compare/v2.0.4...v2.0.5) - #​113: expand `WKST` logic to support days other than Sunday - #​114: correctly implement iCal unfolding prior to parsing - #​115: support ability to parse multiple EXDATE lines - #​116 - Correct the logic when applying the event timezone - Correctly validate timezone - #​118: use multibyte safe string replacement function when cleaning data - #​121: support iCal files with Mac OS X line endings (`\r`) - #​123: allow the parser to silently ignore events with an invalid start date #### [`v2.0.4`](https://github.com/u01jmg3/ics-parser/compare/v2.0.3...v2.0.4) - #​109 - Do not re-apply the timezone if `TZID` is specified within `DTSTART` / `DTEND` - Fallback to applying the calendar timezone when using `iCalDateWithTimeZone()` unless Zulu time has been specified - #​110 - Attempt to clean data before running it through the parser - Improve the method of splitting keys from values in an iCal string - #​111 - Implement unfolding prior to parsing as per the iCal spec - Remove unprintable Unicode characters as well as ASCII - #​112: support ability to skip `processRecurrences()` - Allow missing timezone abbreviations such as MET - Allow the timezone to be forced when populating `dtstart_tz` / `dtend_tz` - Ensure only permitted configurable variables can be overridden in the constructor - Include an example of using VFREEBUSY - Update Bootstrap styling used in the examples to `v3.3.7` #### [`v2.0.3`](https://github.com/u01jmg3/ics-parser/compare/v2.0.2...v2.0.3) - Where appropriate change from `date()` / `gmdate()` to use PHP's `DateTime` object - #​105, #​109: ensure all `DateTime` objects use a default timezone setting - Allow default settings to be overridden and passed into the constructor - Correct how a timezone is applied to recurrence events if `$useTimeZoneWithRRules` is set to `true` - Improve documentation #### [`v2.0.2`](https://github.com/u01jmg3/ics-parser/compare/v2.0.1...v2.0.2) - #​14: support ability to parse a negative BYDAY value - #​16: support ability to parse multiple months in YEARLY BYMONTH - #​17: support ability to parse every day of month when BYDAY lacks number - #​65: fix date exclusions that use `EXDATE` - #​99: improve performance of parser - #​100: correctly populate `$bydays` array using the day of the week from `$startTimestamp` when `BYDAY` is not present in the recurrence rule - Improve documentation #### [`v2.0.1`](https://github.com/u01jmg3/ics-parser/compare/v2.0.0...v2.0.1) - Incorporate timezone settings when parsing recurrence rules - Fix date exclusions that use `EXDATE` - Ensure timezones are checked to be valid before using - Add new `eventsFromInterval` function - Ensure PSR-2 compliance - Other improvements and bug fixes #### [`v2.0.0`](https://github.com/u01jmg3/ics-parser/compare/v1.0.4...v2.0.0) - Add namespace and autoloading - Convert Event to be an object

v2.1.18

Compare Source


Previous Release Changelogs #### [`v2.1.17`](https://github.com/u01jmg3/ics-parser/compare/v2.1.16...v2.1.17) - #​251 (#​256): use ISO Year within WEEKLY recurrence handling - #​253 (#​254): support the `Accept-Language` request HTTP header #### [`v2.1.16`](https://github.com/u01jmg3/ics-parser/compare/v2.1.15...v2.1.16) - #​240 (#​246, #​247): support the DTSTART of an event also being an EXDATE #### [`v2.1.15`](https://github.com/u01jmg3/ics-parser/compare/v2.1.14...v2.1.15) - #​238 (#​239): improve the approach to mapping one weekstart to another in WEEKLY #### [`v2.1.14`](https://github.com/u01jmg3/ics-parser/compare/v2.1.13...v2.1.14) - #​233, #​234 (#​232, #​236): major refactoring of the `processRecurrences()` method (thanks to @​s0600204) - #​229: adds a new set of tests based on the RFC 5545 recurrence examples - #​223: maintain PHP 5.3.9 support #### [`v2.1.13`](https://github.com/u01jmg3/ics-parser/compare/v2.1.12...v2.1.13) - #​197, #​208 (#​228): provide more accurate time zone support - #​227: clean-up parsing of time zone strings #### [`v2.1.12`](https://github.com/u01jmg3/ics-parser/compare/v2.1.11...v2.1.12) - #​212: support parsing every month's first weekday and every month's last day - #​224: only compare the first word of a weekday - #​216 (#​217): fix filter days before and after issue - #​218 (#​219): limit until `rrule` if it goes beyond the default span - #​222: cleanup the code handling timezones when converting an iCal date to a unix date - ⚠️ [**Method signature change for `iCalDateToDateTime()` and `iCalDateToUnixTimestamp()`**](https://github.com/u01jmg3/ics-parser/pull/222/files#diff-04c6e90faac2675aa89e2176d2eec7d8R164) #### [`v2.1.11`](https://github.com/u01jmg3/ics-parser/compare/v2.1.10...v2.1.11) - #​205: support defining a custom HTTP User Agent #### [`v2.1.10`](https://github.com/u01jmg3/ics-parser/compare/v2.1.9...v2.1.10) - #​180 (#​209, #​210): correct the recurrence calculation applied against whole day events with a user defined time zone - Includes the welcomed addition of unit testing by @​hubermat - #​207 (#​213): drop non-recurring events if out-of-range - #​196 (#​211): unit test added against non-issue - Support `nesbot/carbon` `^2.0` for those using PHP 7+ #### [`v2.1.9`](https://github.com/u01jmg3/ics-parser/compare/v2.1.8...v2.1.9) - #​202: fix `mb_strlen($str, $encoding = 'auto')` warning in PHP 7.3 #### [`v2.1.8`](https://github.com/u01jmg3/ics-parser/compare/v2.1.7...v2.1.8) - #​195: support HTTP basic authentication - Improve multibyte safe replacement method #### [`v2.1.7`](https://github.com/u01jmg3/ics-parser/compare/v2.1.6...v2.1.7) - #​184 (#​190), #​182, #​149: support reducing the number of events to be parsed - Add corrected time zones #### [`v2.1.6`](https://github.com/u01jmg3/ics-parser/compare/v2.1.5...v2.1.6) - #​186 (#​187): map Windows time zone IDs to their IANA equivalent - Fallback to using the start date/time as the end date/time when no end date/time is explicitly defined - Trigger an error if a user provided default span is not an integer - Fix for initialising using an array of iCal lines ##### ℹ️ A `composer update` is required to update Carbon #### [`v2.1.5`](https://github.com/u01jmg3/ics-parser/compare/v2.1.4...v2.1.5) - #​179: correct placement of variable - Version control the composer lock file - Ensure PHP `5.3.*` compatibility when installing Composer dependencies ##### ℹ️ A `composer update` is required to update Carbon #### [`v2.1.4`](https://github.com/u01jmg3/ics-parser/compare/v2.1.3...v2.1.4) - Support Unicode CLDR time zones - Apply changes to altered recurrence instances after processing recurrence rules to account for the first event in a rule having an alteration - Decrement the event count by the number of events that are removed when altered recurrence instances are handled - Prevent altering the indexing of the events array to ensure other processing is not affected ##### ℹ️ A `composer update` is required to update Carbon #### [`v2.1.3`](https://github.com/u01jmg3/ics-parser/compare/v2.1.2...v2.1.3) - #​171: https links - #​173: fix undefined index - #​174: fix method name - #​177: use UTC timestamps when comparing dates #### [`v2.1.2`](https://github.com/u01jmg3/ics-parser/compare/v2.1.1...v2.1.2) - #​164: define `mbstring` as a required extension - Add configurable option to disable character replacement - Avoid fatal error with invalid iCal date #### [`v2.1.1`](https://github.com/u01jmg3/ics-parser/compare/v2.1.0...v2.1.1) - #​162: fix fatal error and remove unnecessary require statement #### [`v2.1.0`](https://github.com/u01jmg3/ics-parser/compare/v2.0.7...v2.1.0) - #​154 - Process an altered recurrence event even when it is the initial parent event that has been altered - Correct `if` condition and use of `array_search()` - #​155: provide better support for `VALARM` - #​159: fix parse failure on dates before 1970 with an inline time zone - #​161 - Introduce [Carbon](http://carbon.nesbot.com/docs/) to allow robust time zone comparison - Force the default time zone on UTC exdates - Cache valid time zones to improve parser performance - Remove unnecessary class inheritance ##### ℹ️ A `composer update` is required to pull in Carbon #### [`v2.0.7`](https://github.com/u01jmg3/ics-parser/compare/v2.0.6...v2.0.7) - #​116 (#​144): continue parsing and default to the default time zone if an invalid `TZID` is found - #​147: correct the parsing of exdates that contain attributes such as `VALUE=DATE` - #​145: account for exdates that are not reached but affect the recurrence count - #​148: correctly apply time zone data - Fix an "invalid code point value" PHP warning in PHP 7.2 - Update contributing guidelines #### [`v2.0.6`](https://github.com/u01jmg3/ics-parser/compare/v2.0.5...v2.0.6) - #​124: create function to prepare the data prior to adding to the Event object - #​125: prevent time zone from being reapplied to `DTSTART_TZ` and `DTEND_TZ` for recurrence events - #​126: allow `$cal` object to be accessed so attributes such as `METHOD` can be queried - #​127: prevent re-applying a time zone on a timestamp already defined with one and instead rely on `DTSTART_TZ` and `DTEND_TZ` - #​129: when converting an event date to a UNIX timestamp only apply the event time zone if explicitly requested - #​133: allow default time zone to be set during instantiation - #​134: correctly parse `FREEBUSY` calendar info - #​136: consider `BYSETPOS` when parsing a monthly recurrence rule - #​137: change from `gmdate()` to `date()` to prevent issues during daylight savings - #​138: throw a catchable error exception when a file or URL that does not exist is passed to the parser - Allow a custom date format to be supplied to `iCalDateWithTimeZone()` - Allow time zone to be set even if no filename is passed to the constructor - Alter recurrence matching logic to support events with time zone data - Apply a snake_case conversion to all Event keys - Correctly force a time zone (if present) when calling `iCalDateWithTimeZone()` - Count `FREEBUSY` occurrences rather than the `VFREEBUSY` parent component - Enhance Event object to provide access to the ICal object and its methods - Ensure public initialisation methods return an ICal object - Provide separate methods to allow the initialisation of the parser using a file or URL - Provide support for dates beyond 29 Jan 2038 by converting to a DateTime object - Support Mac/Linux line endings - Support multiple files on instantiation - Trigger an appropriate error if the parser is initialised more than once with iCal content #### [`v2.0.5`](https://github.com/u01jmg3/ics-parser/compare/v2.0.4...v2.0.5) - #​113: expand `WKST` logic to support days other than Sunday - #​114: correctly implement iCal unfolding prior to parsing - #​115: support ability to parse multiple EXDATE lines - #​116 - Correct the logic when applying the event timezone - Correctly validate timezone - #​118: use multibyte safe string replacement function when cleaning data - #​121: support iCal files with Mac OS X line endings (`\r`) - #​123: allow the parser to silently ignore events with an invalid start date #### [`v2.0.4`](https://github.com/u01jmg3/ics-parser/compare/v2.0.3...v2.0.4) - #​109 - Do not re-apply the timezone if `TZID` is specified within `DTSTART` / `DTEND` - Fallback to applying the calendar timezone when using `iCalDateWithTimeZone()` unless Zulu time has been specified - #​110 - Attempt to clean data before running it through the parser - Improve the method of splitting keys from values in an iCal string - #​111 - Implement unfolding prior to parsing as per the iCal spec - Remove unprintable Unicode characters as well as ASCII - #​112: support ability to skip `processRecurrences()` - Allow missing timezone abbreviations such as MET - Allow the timezone to be forced when populating `dtstart_tz` / `dtend_tz` - Ensure only permitted configurable variables can be overridden in the constructor - Include an example of using VFREEBUSY - Update Bootstrap styling used in the examples to `v3.3.7` #### [`v2.0.3`](https://github.com/u01jmg3/ics-parser/compare/v2.0.2...v2.0.3) - Where appropriate change from `date()` / `gmdate()` to use PHP's `DateTime` object - #​105, #​109: ensure all `DateTime` objects use a default timezone setting - Allow default settings to be overridden and passed into the constructor - Correct how a timezone is applied to recurrence events if `$useTimeZoneWithRRules` is set to `true` - Improve documentation #### [`v2.0.2`](https://github.com/u01jmg3/ics-parser/compare/v2.0.1...v2.0.2) - #​14: support ability to parse a negative BYDAY value - #​16: support ability to parse multiple months in YEARLY BYMONTH - #​17: support ability to parse every day of month when BYDAY lacks number - #​65: fix date exclusions that use `EXDATE` - #​99: improve performance of parser - #​100: c

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

Something might brake with this upgrade - not tested other than building
And various other work

Had to upgrade to next of Typescript to resolve a compile issue.
And use similar redirect logic when sent to login page as previous.
@renovate renovate bot force-pushed the renovate/johngrogg-ics-parser-2.x branch from 6f99adf to 8e1b087 Compare December 3, 2019 19:58
@renovate renovate bot force-pushed the renovate/johngrogg-ics-parser-2.x branch from 8e1b087 to cd06d86 Compare February 9, 2020 00:02
@renovate renovate bot force-pushed the renovate/johngrogg-ics-parser-2.x branch from cd06d86 to eec1ebf Compare April 28, 2020 06:59
@renovate renovate bot force-pushed the renovate/johngrogg-ics-parser-2.x branch from eec1ebf to eb4e5c5 Compare July 1, 2020 21:59
@renovate renovate bot force-pushed the renovate/johngrogg-ics-parser-2.x branch from eb4e5c5 to fa193a0 Compare August 24, 2020 17:00
@renovate renovate bot force-pushed the renovate/johngrogg-ics-parser-2.x branch from fa193a0 to 33bd041 Compare October 28, 2020 03:05
@renovate renovate bot force-pushed the renovate/johngrogg-ics-parser-2.x branch from 33bd041 to 7ab750e Compare November 27, 2020 00:58
@renovate renovate bot changed the title Update dependency johngrogg/ics-parser to v2 Update dependency johngrogg/ics-parser to v2 - autoclosed Jul 13, 2022
@renovate renovate bot closed this Jul 13, 2022
@renovate renovate bot deleted the renovate/johngrogg-ics-parser-2.x branch July 13, 2022 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants