Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

60 lines (47 loc) · 1.6 KB

Persian Date Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.0.5] - 2018-2-11

[1.0.4] - 2018-1-27

[1.0.3] - 2017-12-24

[1.0.1] - 2017-10-1

  • Fix npm published package

[1.0.0] - 2017-10-1

  • Refactor algorithms
  • Support gregorian calendar type
  • Support two persian leap year calculation mode
  • Add toCalendar, toLocale, toLeapYearMode options
  • Fix isDST method
  • Fix add subtract issue with bubbled days
  • Add rangeName, isSameDay, isSameMonth
  • Write more test

[0.2.5]

[0.2.4]

  • Merge bit-foundation-typings .d.ts

[0.2.2]

  • Fix bower

[0.2.1]

  • Some dev env fix before release

[0.2.0]

  • Refactor all code to es6
  • Hello webpack ,babel, mocha, istanbul, coveralls, travis, sync-pg
  • Add millisecond as last item of date array [1396, 12, 23, 40, 40, 40, 200]
  • Write mocha test
  • Change licence to WTFPL

[0.1.8]

  • Fix some issue
  • Add document

[0.1.7] - 2015-01-05

  • Fix Format Like Moment.js
  • Fix formatPersian Config
  • Fix Constructor Without New Keyword
  • Fix #daysInMonth
  • Add #toArray
  • Fix persianDate.unix(input)