Releases: traindown/traindown-dart
Releases · traindown/traindown-dart
v3.2.1
12 Sep 20:36
Compare
Sorry, something went wrong.
No results found
Merge pull request #12 from traindown/importer
Importer
v3.1.0
20 Jun 14:48
Compare
Sorry, something went wrong.
No results found
Deprecated all IO operations.
Please refer to the tests to see examples on manually performing IO.
v3.0.0
16 Jun 13:36
Compare
Sorry, something went wrong.
No results found
BREAKING Relocated all IO operations on Session and Inspector to SessionIO.
Migrate Session.from_file to SessionIO.sessionFromFile.
Migrate Session.from_path to SessionIO.sessionFromPath.
Migrate Inspector.from_files to SessionIO.inspectorFromFiles.
Migrate Inspector.from_directory to SessionIO.inspectorFromDirectory.
Update docs.
v.2.5.0
10 Jun 00:03
Compare
Sorry, something went wrong.
No results found
Refactor to support Null Safety.
v2.4.1
23 May 02:28
Compare
Sorry, something went wrong.
No results found
Fix formatting of multisession files
v2.4.0
18 Apr 20:44
Compare
Sorry, something went wrong.
No results found
Added #export to Inspector for easy dumping and sharing of datasets.
v2.3.1
06 Mar 16:20
Compare
Sorry, something went wrong.
No results found
2.3.1
Made sure to export Inspector...
v2.3.0
06 Mar 16:02
Compare
Sorry, something went wrong.
No results found
2.3.0
Added Inspector: A tool for inspecting a collection of Sessions.
Bumped min SDK to 2.2.0 to support Set literal usage.
v2.2.1
23 Feb 00:12
Compare
Sorry, something went wrong.
No results found
2.2.1
Cleaned out unneccessary internals.
Deprecated Performance.wasTouched.
Added stress test for Session.
v2.2.0
22 Feb 17:41
Compare
Sorry, something went wrong.
No results found
2.2.0
Added the concept of unit officially to both Session and Movement.
Altered the underlying logic for the unit API on Performance.
NOTE Special meta constants now live in Metadata (where they should).