yes_parser 1.0.3
yes_parser: ^1.0.3 copied to clipboard
Dart implementation of the YES scriplet standard. YES is a meta scriptlet standard whose elements and meaning are customized by the programmer. This library parses files using the YES spec and deliver [...]
1.0.3 #
- Missed or.unquote() for Element.getKeyValue() which affected all the other keyval getters. Fixed.
1.0.2 #
- Auto-strip quotes from KeyVal values for convenience. Added an extension to the lib to easy restore them if needed.
- Inline Dart-style documentation.
1.0.1 #
- Fixed issue parsing a document by string. Constructors
fromFileandfromStringboth requireonComplete.
1.0.0 #
- Initial version.