This project follows pub-flavored semantic versioning. (more)
Release notes are available on github.
- [fix] Warning when using with flutter_test
- [fix] Flutter 1.9.5 compatibility ensure binding was initialized
- [docs] tweak app description
- [fix] increase meta version range
- Flutter compatible
- Dart 2 compatible. [#16][]
- [docs] tweak README
- [fix] don't throw if load fails [#11][]
- [fix] allow braces with
${var}
substitution [#10][]
- [new] add command-line interface [#7][], [#8][]
- [deps] add args@v0.13
- [new] support variable substitution from
Platform.environment
[#6][] - [deps] drop logging
- [fix] don't strip
#
inside quotes [#5][]
- [fix] whitespace causes quotes not to be stripped
- [deprecated]
Parser
internals will become private. [#3][]#unquote
,#strip
,#swallow
,#parseOne
,#surroundingQuote
,#interpolate
- [new] support variable substitution
- [deps] migrate to test
- [deps] bump logging
Initial release.