time_machine 0.5.0
time_machine: ^0.5.0 copied to clipboard
Date and time library for DartVM, Dart4Web and Flutter with support for timezones, calendars, culture-aware formatting and parsing.
Changelog #
0.5.0 #
- Major API Changes (Sorry!)
- Span (denotatively and connotatively wrong) to Time (to just connotatively wrong)
- text_patterns moved to time_machine_text_patterns from time_machine global (still thinking about what things should be not visible by default)
0.4.1 #
- Missed a logging reference (took it out).
0.4 #
- DartVM mirrors based unit tests can now be used to compute DartWeb non-mirrors based unit tests. All web-compatible unit tests are now passing, and TimeMachine is safe for use when compiling via Dart2JS.
0.3 #
- Coalesced imports into a single import and all
@internal
functionality is now hidden.
0.2.2 #
- Fixed bug introduced in 0.2.1; (Conditional Imports are hard);
dart.library.js
seems to evaluate to false in DDC stable. Put back asdart.library.html
.
0.2.1 #
- Fixed bug introduced in 0.2.0 causing TimeMachine.Initialize() to not fully await.
0.2.0 #
- No more specific imports for your platform. Flutter usage was streamlined significantly.
0.1.1 #
- Broke some things while making this work on many platforms. Fixed them (still need to do unit tests on js).
0.1.0 #
- Made some changes to try and less confuse Pana.
0.0.4 #
- Now works on Flutter, Web, and VM!
0.0.2 #
- Many things have been Dartified. Constructors consolidated, names are lowercased, @private usage heavily reduced.
0.0.1 #
- Initial version.