Skip to content

v2.1.0-alpha02

Pre-release
Pre-release
Compare
Choose a tag to compare
@shivathapaa shivathapaa released this 24 Sep 19:33
· 48 commits to main since this release
ba21829

Features

  • Now getNepaliCalendar is public using which you can get Nepali calendar by using Nepali date itself.
  • You can get particular Nepali calendar by adding or subtracting days without worrying about the date(year and month) overflows or underflows. If you want calendar of a particular date of after 233 days or before 20 days you can easily use a function getNepaliCalendarAfterAdditionOrSubtraction(..). Check documentation in Library itself.
  • Logical usage made easier.

Things to know

  • Now library uses JetBrains Compose version 1.7.0-beta02.