New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rschedule/moment-tz-date-adapter

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rschedule/moment-tz-date-adapter - npm Package Versions

124

0.11.0-next.9

Diff

jcarroll
published 0.11.0-alpha.2 •

jcarroll
published 0.11.0-next.8 •

jcarroll
published 0.11.0-next.3 •

jcarroll
published 0.11.0-next.0 •

jcarroll
published 0.10.0 •

Changelog

Source

0.10.0 BREAKING (2019/4/15)

Breaking

  • fixed VEvent to allow multiple rrules / exrules as per the ical spec.
    • This also included appropriate changes in ical-tools serializeToICal() and parseICal() functions.
  • updated Dates to not change the timezone associated with Dates#adapters. This means that a date in Dates#adapters may not have the same timezone as Dates#timezone (dates yielded by Dates are still updated to have the same timezone as Dates#timezone, however). This distinction can be important when serializing a Dates object as it ensures the original timezones associated with the underlying dates are preserved.

Features

  • added ability to set individual Rule#options via Rule#set().
  • added ability to pass whole Rule and Dates objects to the VEvent constructor.
  • added VEvent#set(), VEvent#add(), and VEvent#remove().
jcarroll
published 0.9.0 •

Changelog

Source

0.9.0 BREAKING (2019/4/14)

Breaking

  • Rewrote repo so that, internally, immutable custom DateTime objects are used for datetime manipulation. This appears to have eliminated all outstanding recurrence bugs.
  • Moved MomentTZDateAdapter into its own package.
  • Updated json-tools to work with new API.
  • Updated ical-tools to work with new API.
    • Added new VEvent object which aligns to the VEVENT component in the ICalendar spec.
    • Removed the ical-tools dependency on lodash.clonedeep.
  • Eliminated EXRule, RRule, EXDate, and RDate objects. Now there are just Dates and Rule objects.
  • Simplified the code for operators.
  • Simplified the code for DateAdapters.
  • Renamed until rule option to end.
  • Changed rSchedule's representation of the "local" timezone from undefined to null.

Features

  • Added in beginning of duration support.
  • Migrated docs from a gitlab WIKI to individual files inside the repo so that doc changes are tracked alongside the repo.
  • Added immutable add(), remove(), and set() CRUD methods to Schedule and Dates.
  • Added immutable filter() method to Dates which filters the Dates object's associated dates and returns a new Dates object.
jcarroll
published 0.9.0-next.0 •

jcarroll
published 0.8.7-next.0 •

jcarroll
published 0.8.6-next.0 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc