basil 1.1.0+2 basil: ^1.1.0+2 copied to clipboard
A linear build system for Dart projects, designed to be lightweight and extensible.
1.1.0+2 #
- Convert LICENSE to 2-Clause BSD
- Update min dart SDK version
1.1.0+1 #
- Re-run pub.dev analysis; broke
1.1.0 #
- Use yamlcfg under the hood
- Add basic tests
- Detect non-string build types (null, ints, etc.)
- Test basil project via basil build system
1.0.13 #
- Pipe stdio by default
- Bail on error by default
- Add flag to pipe stdio
- Add flag to bail on error
- Add flag to echo commands
1.0.12 #
- Use built-in shell execution
- Add better stdout and stderr handling
1.0.11 #
- Use positional parameters when appropriate
- Drop logging class down to global methods
- Make basil a global executable
- Update README
1.0.10 #
- Also catch parser errors
1.0.9 #
- Fix another bad cast
1.0.8 #
- Fix bad cast
1.0.7 #
- Follow Very Good Analysis guidelines
1.0.6 #
- Add command line arguments
- Catch exceptions and report, don't let them go unhandled
- Swap to internal logging class
1.0.5 #
- Add testing
- Clean up and improve parser
- Fix typos
- Fix README example
1.0.4 #
- Format files.
1.0.3 #
- Add unit testing.
1.0.2 #
- Slightly improve documentation.
1.0.1 #
- Add dart pub add instructions
- Remove test dependencies
1.0.0 #
- Initial release.