Skip to content

Releases: traindown/traindown-dart

v3.2.1

12 Sep 20:36
3a9a581

Choose a tag to compare

Merge pull request #12 from traindown/importer

Importer

v3.1.0

20 Jun 14:48

Choose a tag to compare

  • Deprecated all IO operations.
  • Please refer to the tests to see examples on manually performing IO.

v3.0.0

16 Jun 13:36

Choose a tag to compare

  • 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

Choose a tag to compare

  • Refactor to support Null Safety.

v2.4.1

23 May 02:28

Choose a tag to compare

  • Fix formatting of multisession files

v2.4.0

18 Apr 20:44

Choose a tag to compare

  • Added #export to Inspector for easy dumping and sharing of datasets.

v2.3.1

06 Mar 16:20

Choose a tag to compare

2.3.1

  • Made sure to export Inspector...

v2.3.0

06 Mar 16:02

Choose a tag to compare

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

Choose a tag to compare

2.2.1

  • Cleaned out unneccessary internals.
  • Deprecated Performance.wasTouched.
  • Added stress test for Session.

v2.2.0

22 Feb 17:41

Choose a tag to compare

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).