Lines Matching refs:now

12 * #348: `FreeBusyGenerator` can now accept streams.
58 * #303: `COUNT` is now encoded as an int in jCal instead of a string. (@strokyl)
59 * #295: `RRULE` now has more validation and repair rules.
72 * #284: When generating `CANCEL` iTip messages, we now include `DTEND`.
79 * #274: When creating new vCards, the default vCard version is now 4.0.
80 * #275: `VEVENT`, `VTODO` and `VCARD` now automatically get a `UID` and
82 * `ParseException` now extends `\Exception`.
83 * `Sabre\VObject\Reader::read` now has a `$charset` argument.
84 * #272: `Sabre\VObject\Recur\EventIterator::$maxInstances` is now
95 * #240: `Component\VCalendar::expand()` now returns a new expanded `VCalendar`
103 * It's now possible to override which class is used instead of
118 * #250: `isInTimeRange()` now considers the timezone for floating dates and
121 * #253: `isInTimeRange()` now correctly handles events that throw the
123 * #254: The parser threw an `E_NOTICE` for certain invalid objects. It now
130 * sabre/vobject now requires PHP 5.5.
135 * #139: We now accept `DateTimeInterface` wherever it accepted `DateTime`
142 * Properties, Components and Parameters now implement PHP's `JsonSerializable`
144 * #139: We now _always_ return `DateTimeImmutable` from any method. This could
149 * #233: The `+00:00` timezone is now recognized as UTC. (@c960657)
198 * This package now specifies in composer.json that it does not support PHP 7.
205 * #284: When generating `CANCEL` iTip messages, we now include `DTEND`.
244 * #216: `ENCODING` parameter is now validated for all document types.
245 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now
283 * #168: Expanding calendars now removes objects with recurrence rules that
287 * #175: Parser can now read and skip the UTF-8 BOM.
303 * #154: It's now possible to easily select all vCard properties belonging to
308 DATE-TIME properties can now all accept a reference timezone when working
311 * #159: `RECURRENCE-ID` for all-day events will now be correct when expanding.
318 * #142: `CANCEL` and `REPLY` messages now include the `DTSTART` from the
321 * #144: `PARTSTAT=NEEDS-ACTION` is now set for new invites, if no `PARTSTAT` is
334 * Changed: iTip broker now sets RSVP status to false when replies are received.
335 * #118: iTip Message now has a `getScheduleStatus()` method.
343 * #131: RRULE that doesn't provide a single valid instance now throws an
356 * Changed: It's now possible to pass DateTime objects when using the magic
357 setters on properties. (`$event->DTSTART = new DateTime('now')`).
359 * #112: EventIterator now sets TZID on RECURRENCE-ID.
364 * #115: Using REQUEST-STATUS from REPLY messages and now propegating that into
371 * We now use PSR-4 for the directory structure. This means that everything
372 that was used to be in the `lib/Sabre/VObject` directory is now moved to
375 * VEVENT now get populated with a DTSTAMP and UID property by default.
392 * Added: Issue #98. The VCardConverter now takes `X-APPLE-OMIT-YEAR` into
401 * Validator now checks if DUE and DTSTART are of the same type in VTODO, and
428 * The validator can now detect a _lot_ more problems. Many rules for both
433 * Changed: The timezone maps are now loaded in from external files, in
471 many, are now automatically padded with empty components.
472 * Added: The vCard validator now also checks for a minimum number of components,
504 * Fixed: VCard 4 documents now correctly use URI as a default value-type for
507 * Added: You can now add() multiple parameters to a property in one call.
511 * Changed: All $duration properties are now public.
539 * Added: OPTION_FORGIVING now also allows slashes in property names.
566 * Fixed: Multiple parameters with the same name are now correctly encoded.
567 * Fixed: Parameter values containing a comma are now enclosed in double-quotes.
568 * Fixed: Iterating parameter values should now fully work as expected.
570 * Changed: $valueMap, $componentMap and $propertyMap now all use fully-qualified
572 * Fixed: Updating DATE-TIME to DATE values now behaves like expected.
578 * Added: It's now possible to send parser options to the splitter classes.
585 * Changed: propertyMap, valueMap and componentMap are now static properties.
588 * Added: Splitter objects are now faster, line numbers are accurately reported
590 * Added: MimeDir parser can now continue parsing with the same stream buffer.
593 * Fixed: QUOTED-PRINTABLE is now correctly encoded as well as encoded, for
624 * Changed: the ->value property is now protected everywhere. Use getParts() and
628 * Added: It's now possible to easy set multi-value properties as arrays.
713 * Fixed: The reader now properly parses parameters without a value.
719 * Fixed: The FreeBusyGenerator is now properly using the factory methods for
734 * Fixed: RecurrenceIterator now repairs recurrence rules where UNTIL < DTSTART.
761 * Added: The Reader class now has a 'FORGIVING' option, which allows it to parse
775 * VObject is now a separate project from SabreDAV. See the SabreDAV changelog
777 * New: VObject library now uses PHP 5.3 namespaces.