Lines Matching refs:with

13 * #469, #451: fix compat with php 7.4
16 * #450: Fix parse with option Forgiving with trailing equal
77 * #351: Fixing an inclusive/exclusive problem with `isInTimeRange` and
78 `fastForward` with all-day events. (@strokyl, thanks you are brilliant).
86 * #331: Fix dealing with multiple overridden instances falling on the same
109 * Better error message when parsing objects with an invalid `VALUE` parameter.
115 * #300: Added `VCard::getByType()` to quickly get a property with a specific
148 * #278: `expand()` did not work correctly on events with sub-components.
161 because there was something wrong with input data.
226 * #331: Fix dealing with multiple overridden instances falling on the same
233 * #312: Backported a fix related to iTip processing of events with timezones,
301 * #219: Corrected validation of `EXDATE` properties with more than one value.
302 * #212: `BYSETPOS` with values below `-1` was broken and could cause infinite
306 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now
337 * #204: Dealing a bit better with vCard date-time values that contained
344 * #168: Expanding calendars now removes objects with recurrence rules that
365 a single group with `$vcard->{'ITEM1.'}` syntax. (@armin-hackmann)
436 * VEVENT now get populated with a DTSTAMP and UID property by default.
447 excluded events with wrong time
480 * Minor tweak to make the unittests run with the latest hhvm on travis.
504 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
527 * Fixed: Serializing vcard 2.1 parameters with no name caused a literal '1' to
531 * Added: vCards with a minimum number of values (such as N), but don't have that
532 many, are now automatically padded with empty components.
539 * Fixed: Issue 62: Parsing iCalendar parameters with no value.
580 * Fixed: Issue #52. vCard 2.1 parameters with no name may lose values if there's
601 * Fixed: DateTimeParser no longer fails on dates with years < 1000 & > 4999
602 * Fixed: Issue 36: Workaround for the recurrenceiterator and caldav events with
627 * Fixed: Multiple parameters with the same name are now correctly encoded.
651 * Added: MimeDir parser can now continue parsing with the same stream buffer.
668 * Fixed: Now correctly dealing with escaping of properties. This solves the
669 problem with double-backslashes where they don't belong.
670 * Added: Easy support for properties with more than one value, using setParts
677 * Added: Automatically mapping many, many properties to a property-class with
681 * Changed: Components, Properties and Parameters can no longer be created with
694 * Added: You can add new sub-components much quicker with the magic setters, and
751 * This version is fully backwards compatible with 2.0.\*. However, it contains a
754 1.8 can run with both the 2 and 3 versions of this library.
768 deal with this.
804 * Fixed: A problem with determining alarm triggers for TODO's.
823 properties with incorrect characters in the name (at this time, it just allows
830 * Fixed: Parser is at least 25% faster with real-world data.