Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

51 lines (31 loc) · 1.81 KB

CHANGELOG

1.2.1 (2024-03-06)

Bug Fixes

  • updated months data for 2081 (a49b3d6)

1.2.0 (2023-11-16)

Features

  • reduced package bundle size (d15e575)

1.1.2 (2023-10-03)

Bug Fixes

  • fixed AM/PM formatting issue of noon (57091bc)

1.1.1

  • Updated NepaliDate members to private.
  • Fixed type resolve issue. (#59, #60)

1.1.0 - (August 17, 2023)

  • Added husky for running pre-commit hook.
  • Run npm test on pre-commit hook.
  • Added formatting on pre-commit hook.
  • Refactored formatting.
  • Added parse feature in a given format.

v1.0.1 - (July 14, 2023)

  • Added dateConverter module.
  • Added time/timezone support in NepaliDate.
  • Updated new formatting methods and added time formatting (with moment.js format reference). Added formatNepali method.
  • Supported parse for date and time string on NepaliDate constructor.
  • Renamed method getEnglishDate to getDateObject.
  • Added methods for Nepali year, month, date of English calendar.
  • Added fromEnglishDate static method for initializing from English calendar date parameters.
  • Updated toString format of NepaliDate.

v0.1.0 - (May 15, 2023)

  • Initial release with the features included in 'nepali-date'.
  • Typescript support.