simple_block_markup_language 3.0.0 simple_block_markup_language: ^3.0.0 copied to clipboard
A simple markup language that describes block elements in an easy-to-see format.
3.0.0 #
- The behavior of getUnderAllBlocks in SpBMLBuilder has changed and the return value is no longer a deep copy.
- Added explanatory text for SpBMLBuilder.
2.0.0 #
- Supported Dart 3.
1.0.0 #
- Change short name and extension, SBML to SpBML.
0.0.6 #
- Added return values to SBMLBuilder add and set methods.
0.0.5 #
- Refactored package structure.
0.0.4 #
- Tighter value checking for builder add and set methods.
- Changed the parser to throw an syntax error instead of ignoring the first line esc tag.
0.0.3 #
- Enhanced validation of input values for add and set methods in the SBMLBuilder class.
0.0.2 #
- Made the builder's add method support default arguments.
- Added the set method to SBMLBuilder.
0.0.1 #
- Initial release.