drun 2.7.0 drun: ^2.7.0 copied to clipboard
A dartlang task runner, write functions and call them in your terminal.
2.7.0 (2020-05-20) #
Features #
- help: list sub tasks seperatly from primary tasks (77fa29d)
2.6.1 (2020-05-20) #
Bug Fixes #
- reflect: it is possible to have multiple prefixes of the same name (2a28ac5)
2.6.0 (2020-05-19) #
Features #
- run: functin that combines the other runX functions (8dce0f1)
2.5.0 (2020-05-19) #
Features #
- runifchanged: function that executes only if files have changed (d1bd522)
2.4.1 (2020-05-19) #
Bug Fixes #
- pubspec: crypto is now a lib dependency (2bed7ec)
2.4.0 (2020-05-19) #
Features #
- runifnotfound: new function that only runs if files are not found (486c245)
2.3.0 (2020-05-19) #
Features #
- runonce: will run a task only once for a single drun execution (deae68f)
2.2.0 (2020-05-19) #
Features #
- log: add some simple logging functionality (1348950)
2.1.1 (2020-05-14) #
Bug Fixes #
- reflect: allow other types of members inside options class (a4ff2df)
2.1.0 (2020-05-08) #
Features #
- drun the binary now installs dart and run pub get if needed (5b18bdf)
2.0.3 (2020-05-07) #
Bug Fixes #
- archives: make sure the execute bit is set (2bc9912)
2.0.2 (2020-04-22) #
Bug Fixes #
- windows: strip leaing slash from root makefile path (dba938b)
2.0.1 (2020-04-22) #
Bug Fixes #
- windows: normalize paths when looking for root makefile (5271990)
2.0.0 (2020-04-22) #
Features #
- global-options: allow options to be shared between tasks (3037980)
BREAKING CHANGES #
- global-options: fairly significant changes although none are breaking I believe, but without a test suite it's hard to say. If this is v2, then v3 will include a full test suite, I promise :)
1.1.5 (2020-04-15) #
Bug Fixes #
- windows: updated dexecve which uses ProcessStartMode.inheritStdio (4a33877)
1.1.4 (2020-04-15) #
Bug Fixes #
- stdin: another fix for dexecve (642a510)
1.1.3 (2020-04-15) #
Bug Fixes #
- help: format option names with param-case (0cbcfbf)
- stdin: the new version of dexecve should handle stdin (2b8e084)
1.1.2 (2020-03-18) #
Bug Fixes #
- binary: make use of our new packages dexeca and dexecve (efea46d)
1.1.1 (2020-03-18) #
Bug Fixes #
- example: renamed the file to main.dart (7b6ddda)
1.1.0 (2020-03-18) #
Features #
- example: added one (c5d8514)
1.0.11 (2020-03-10) #
Bug Fixes #
- release: search and replace logic incorrect (54c0e25)
1.0.10 (2020-03-10) #
Bug Fixes #
- release: github actions is kind of a pain (284eb1e)
1.0.9 (2020-03-10) #
Bug Fixes #
- release: actually I don't think we need this at all (bed5970)
- release: make commits uses semantic-release-bot (31c04ff)
1.0.8 (2020-03-10) #
Bug Fixes #
- release: well I believe this is sorted now (e9621f5)
1.0.7 (2020-03-10) #
Bug Fixes #
- release: ok try again (62ae53f)
1.0.6 (2020-03-10) #
Bug Fixes #
- release: perhaps our expiration logic is not correct (c9fecc8)
1.0.5 (2020-03-10) #
Bug Fixes #
- release: added git email and name to allow git changes to be pushed (b4a8d3c)
1.0.4 (2020-03-10) #
Bug Fixes #
- release: more debugging (9bec3d9)
1.0.3 (2020-03-10) #
Bug Fixes #
- release: this is not making any sense, sorry for the dud releases (02fa62d)
1.0.2 (2020-03-10) #
Bug Fixes #
- release: homebrew and scoop failed to release due to git auth issue (568d3b1)
1.0.1 (2020-03-10) #
Bug Fixes #
- description: pub.dev told us our description is too short (418dc03)