Skip to content

Releases: shivathapaa/Nepali-Date-Picker

v2.0.0-rc01

14 Sep 17:39
cc6b395
Compare
Choose a tag to compare

Release Note: 2.0.0-rc01

Overview

I am pleased to announce the release candidate version 2.0.0-rc01 of the Nepali-Date-Picker library. This version brings you closer to the final stable release and includes important updates and improvements.

Key Updates

  • Updated Dependencies: This release candidate incorporates JetBrains Compose version 1.7.0-beta01. This update ensures compatibility with newer features and APIs but note that JetBrains Compose is still in beta.

  • Enhanced Stability: Significant improvements have been made to enhance the stability and performance of the library.

  • Features: Many features are added and many ready to use defaults are provided for connivence of usage. Time support was added with other utilities and many more. The link between components are extended from the foundation level. Now all the arguments passed for every function is utilized to its best.

  • Bug Fixes: Various bugs were fixed with performance improvement in side.

Important notes

  • This is a release candidate, meaning it's potentially ready for stable release. I encourage you to test it thoroughly and report any issues you encounter.
  • This library is almost stable with the release of version 2.0.0-rc01. However, it currently depends on JetBrains Compose 1.7.0-beta01 or later.
    I expect to release a fully stable version once JetBrains Compose reaches a stable release. I am monitoring updates and will make necessary changes in the final release. In the meantime, 2.0.0-rc01 is considered stable and highly reliable for production use.

If you encounter version conflicts using this library, you can solve this in two ways:

  • Use an earlier version of the Nepali-Date-Picker library (2.0.0-beta06 or before) if stability is required and your project is using a lower version of JetBrains Compose or Android Compose.
  • Alternatively, you can update your JetBrains Compose or Android Compose version to 1.7.0-beta01 or later to resolve the conflict.

Compatibility

  • JetBrains Compose: 1.7.0-beta01 or later.
  • Android Compose Foundation: Compatible with versions 1.7.0-beta01 or later.

Feedback

Your feedback is valuable. Please report any issues or provide suggestions through our issue tracker.

Thank you for using the Nepali-Date-Picker library!

v2.0.0-beta11

14 Sep 15:05
af54a8a
Compare
Choose a tag to compare
v2.0.0-beta11 Pre-release
Pre-release
  • Use this.generated map list for each year of both Nepali and English for UI and functional optimization.
  • Optimize converter code to use map of above list to avoid unnecessary loops which significantly improved performance.

v2.0.0-beta10

11 Sep 17:03
8365a9e
Compare
Choose a tag to compare
v2.0.0-beta10 Pre-release
Pre-release

Updates

  • Optimize some functions for faster calculation
  • Add helper function for english date formatter, replacing delimiters, and other.

Breaking changes

  • Refactor ISO date-time formatter function name to make it self explanatory

Note: After this release there will not be any breaking changes. Will be taken advantage of Depricated annotation to keep the support for limited version releases.

v2.0.0-beta09

09 Sep 17:15
610a28d
Compare
Choose a tag to compare
v2.0.0-beta09 Pre-release
Pre-release
  • Now date time can be extracted in ISO 8601 format.
  • Days between two dates can be calculated for both English and Nepali dates.

v2.0.0-beta08

07 Sep 17:33
fcc1783
Compare
Choose a tag to compare
v2.0.0-beta08 Pre-release
Pre-release
  • Now library supports time too with some ready to display helper functions
  • Gets time with respect to Asia/Kathmandu time zone and is latest every time you access it.
  • Library strictly follows Asia/Kathmandu TimeZone to get date and time.

v2.0.0-beta07

07 Sep 08:12
a6111c4
Compare
Choose a tag to compare
v2.0.0-beta07 Pre-release
Pre-release
  • Remove kotlinx.serialization dependency for making library lighter and more efficient in its context
  • All experimental apis are now Stable with jetbrains compose version 1.7.0-beta01 (with stable release of this compose, Nepali-Date-Picker library will be completely stable)