Skip to content

Latest commit

 

History

History
107 lines (58 loc) · 5.31 KB

File metadata and controls

107 lines (58 loc) · 5.31 KB

CHANGELOG

2.0.0 (2026-04-11)

⚠ BREAKING CHANGES

  • drop Node.js 18 and 20 support, require Node.js 22+ (#116)

Features

  • drop Node.js 18 and 20 support, require Node.js 22+ (#116) (3ff1a6b)

1.6.0 (2026-04-04)

Features

  • add NepalTimezoneDate class and integrate with NepaliDate (#112) (5e4dcff)

1.5.0 (2025-09-03)

Features

  • add parseNepaliFormat method on NepaliDate (#111) (ff4a05b)

1.4.1 (2025-04-08)

Bug Fixes

  • update months data for year 2082 (4dfd5d1)
  • update months data for year 2082 (c927ade)

1.4.0 (2024-12-25)

Features

  • add static method getDaysOfMonth on NepaliDate (#96) (c85edfa)
  • add static methods for min and max supported dates (#102) (6b13079)
  • add support for node 22 and remove 16 (#101) (3254f8d)

Bug Fixes

1.3.0 (2024-11-30)

Features

  • add method formatEnglishDate and formatEnglishDateInNepali (#94) (6cf9d14)
  • add method parseEnglishDate for English date parsing (#95) (aeabb8d)
  • ci: add prettier check on ci (a728ed4)

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.