Lines Matching refs:now

73 * #348: `FreeBusyGenerator` can now accept streams.
119 * #303: `COUNT` is now encoded as an int in jCal instead of a string. (@strokyl)
120 * #295: `RRULE` now has more validation and repair rules.
133 * #284: When generating `CANCEL` iTip messages, we now include `DTEND`.
140 * #274: When creating new vCards, the default vCard version is now 4.0.
141 * #275: `VEVENT`, `VTODO` and `VCARD` now automatically get a `UID` and
143 * `ParseException` now extends `\Exception`.
144 * `Sabre\VObject\Reader::read` now has a `$charset` argument.
145 * #272: `Sabre\VObject\Recur\EventIterator::$maxInstances` is now
156 * #240: `Component\VCalendar::expand()` now returns a new expanded `VCalendar`
164 * It's now possible to override which class is used instead of
179 * #250: `isInTimeRange()` now considers the timezone for floating dates and
182 * #253: `isInTimeRange()` now correctly handles events that throw the
184 * #254: The parser threw an `E_NOTICE` for certain invalid objects. It now
191 * sabre/vobject now requires PHP 5.5.
196 * #139: We now accept `DateTimeInterface` wherever it accepted `DateTime`
203 * Properties, Components and Parameters now implement PHP's `JsonSerializable`
205 * #139: We now _always_ return `DateTimeImmutable` from any method. This could
210 * #233: The `+00:00` timezone is now recognized as UTC. (@c960657)
259 * This package now specifies in composer.json that it does not support PHP 7.
266 * #284: When generating `CANCEL` iTip messages, we now include `DTEND`.
305 * #216: `ENCODING` parameter is now validated for all document types.
306 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now
344 * #168: Expanding calendars now removes objects with recurrence rules that
348 * #175: Parser can now read and skip the UTF-8 BOM.
364 * #154: It's now possible to easily select all vCard properties belonging to
369 DATE-TIME properties can now all accept a reference timezone when working
372 * #159: `RECURRENCE-ID` for all-day events will now be correct when expanding.
379 * #142: `CANCEL` and `REPLY` messages now include the `DTSTART` from the
382 * #144: `PARTSTAT=NEEDS-ACTION` is now set for new invites, if no `PARTSTAT` is
395 * Changed: iTip broker now sets RSVP status to false when replies are received.
396 * #118: iTip Message now has a `getScheduleStatus()` method.
404 * #131: RRULE that doesn't provide a single valid instance now throws an
417 * Changed: It's now possible to pass DateTime objects when using the magic
418 setters on properties. (`$event->DTSTART = new DateTime('now')`).
420 * #112: EventIterator now sets TZID on RECURRENCE-ID.
425 * #115: Using REQUEST-STATUS from REPLY messages and now propegating that into
432 * We now use PSR-4 for the directory structure. This means that everything
433 that was used to be in the `lib/Sabre/VObject` directory is now moved to
436 * VEVENT now get populated with a DTSTAMP and UID property by default.
453 * Added: Issue #98. The VCardConverter now takes `X-APPLE-OMIT-YEAR` into
462 * Validator now checks if DUE and DTSTART are of the same type in VTODO, and
489 * The validator can now detect a _lot_ more problems. Many rules for both
494 * Changed: The timezone maps are now loaded in from external files, in
532 many, are now automatically padded with empty components.
533 * Added: The vCard validator now also checks for a minimum number of components,
565 * Fixed: VCard 4 documents now correctly use URI as a default value-type for
568 * Added: You can now add() multiple parameters to a property in one call.
572 * Changed: All $duration properties are now public.
600 * Added: OPTION_FORGIVING now also allows slashes in property names.
627 * Fixed: Multiple parameters with the same name are now correctly encoded.
628 * Fixed: Parameter values containing a comma are now enclosed in double-quotes.
629 * Fixed: Iterating parameter values should now fully work as expected.
631 * Changed: $valueMap, $componentMap and $propertyMap now all use fully-qualified
633 * Fixed: Updating DATE-TIME to DATE values now behaves like expected.
639 * Added: It's now possible to send parser options to the splitter classes.
646 * Changed: propertyMap, valueMap and componentMap are now static properties.
649 * Added: Splitter objects are now faster, line numbers are accurately reported
651 * Added: MimeDir parser can now continue parsing with the same stream buffer.
654 * Fixed: QUOTED-PRINTABLE is now correctly encoded as well as encoded, for
685 * Changed: the ->value property is now protected everywhere. Use getParts() and
689 * Added: It's now possible to easy set multi-value properties as arrays.
774 * Fixed: The reader now properly parses parameters without a value.
780 * Fixed: The FreeBusyGenerator is now properly using the factory methods for
795 * Fixed: RecurrenceIterator now repairs recurrence rules where UNTIL < DTSTART.
822 * Added: The Reader class now has a 'FORGIVING' option, which allows it to parse
836 * VObject is now a separate project from SabreDAV. See the SabreDAV changelog
838 * New: VObject library now uses PHP 5.3 namespaces.