nepali_utils 3.0.8
nepali_utils: ^3.0.8 copied to clipboard
A pure dart package with collection of Nepali Utilities like Date converter, Date formatter, DateTime, Nepali Numbers, Nepali Unicode, Nepali Moments and many more.
3.0.8 #
- Fixed dates for year 2082 & 2093.
3.0.7 #
- Added
MMMMMsupport for NepaliDateFormat; alt version of months.
3.0.6 #
- Added support for
NepaliDateTimeup to 2250 BS.
3.0.5 #
- Same as [3.0.6]
3.0.4 #
- Fixes date time conversion for timezone other than Nepal.
3.0.3 #
- Adds english support for moment conversion.
3.0.1 #
- Fixed incorrect date conversion for the year 1970.
3.0.0 #
Breaking Changes
- Migrated to Null Safety
- Added support for
NepalitDateTimefrom 1970 BS to 2100 BS.
2.2.1 #
- Renamed
weekDaytoweekday.
2.2.0+2 #
- Improved Date Conversion Speed
2.2.0+1 #
- Added
weekDayproperty to NepaliDateTime.
2.2.0 #
- Default language for all the utility classes can be set as
NepaliUtils(language);. Breaking Changes languageproperty is now optional for utility classes.
2.1.0+5 #
fromDateTime()is deprecated. UsetoNepaliDateTime()exposed toDateTimeinstead.- Added
add(),substract(),format(),millisecondSinceEpoch,microsecondSinceEpochtoNepaliDateTime.
2.1.0+4 #
- Fixes in NepaliNumberFormat.
- Fixed lint warning.
2.1.0+1 #
- Added
totalDaysgetter for NepaliDateTime class.
2.1.0 #
- [Improvement] Code refactor.
- Added dart docs.
- Methods in NepaliNumberFormat are now generic and supports types
Stringandnum.
2.0.0+4 #
- FIXED Issue with comma formatting in
NepaliNumberFormat.
2.0.0+2 #
- ADDED
mergeTimemethod to NepaliDateTime.
2.0.0+1 #
BREAKING CHANGES
- DateConvertor is now integrated to NepaliDateTime class.
- NepaliNumber is renamed into NepaliNumberFormat.
- NepaliDateFormatter is renamed into NepaliDateFormat.
- FEATURE The package now supports from 2000 B.S. upto 2099 B.S.
- Preconfigured constructors are added for quick formatting in NepaliDateFormat class.
See ReadMe section to know about using newer APIs.
1.1.0+2 #
- ADDED
NepaliMomentclass.
1.1.0 #
- ADDED
NepaliUnicodeclass. - Updated Dart Constraint to
>=2.2.2 <3.0.0.
1.0.1 #
- Fixed Wrong current datetime retrieval.
1.0.0+3 #
formatWithCommaboolean argument added tofrom&fromStringmethods of NepaliNumber.
1.0.0+1 #
- Added Example
1.0.0 #
Initial Version with
- NepaliDateTime
- DateConverter
- NepaliDateFormatter
- NepaliNumber