We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbf4e1 commit 5d0976cCopy full SHA for 5d0976c
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 3.1.0
2
+- Deprecated all IO operations.
3
+- Please refer to the tests to see examples on manually performing IO.
4
+
5
6
## 3.0.0
7
- **BREAKING** Relocated all IO operations on Session and Inspector to SessionIO.
8
- Migrate Session.from_file to SessionIO.sessionFromFile.
pubspec.yaml
@@ -1,7 +1,7 @@
name: traindown
description: A language to help athletes express their training. Inspired by Markdown.
homepage: https://www.traindown.com/
-version: 3.0.0
+version: 3.1.0
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
0 commit comments