peanut 6.0.0
peanut: ^6.0.0 copied to clipboard
Update your GitHub gh-pages branch with the compiled output of your Dart web app. Supports 'pub build' and the new 'pub run build_runner'.
6.0.0 #
- Dropped
--web-rendereroption. - Added
--version-infooption. This is off by default. - Required Dart v3.5
5.1.0 #
- Support build wasm option for Flutter web.
5.0.1-wip #
- Require Dart 3.0
5.0.0 #
- Now chooses the "mode" (
build_runneror Flutter) based on if the detected package is a Flutter package.
4.3.1 #
- Require Dart 2.18.0
- Widen supported
package:build_web_compilerssupported version range.
4.3.0 #
- Added
autooption to--web-renderer. This is now the default.
4.2.0 #
- Require Dart 2.17.0
- Stop deleting output directory after Flutter builds.
4.1.1 #
- Improve
README.md.
4.1.0 #
- Drop usage of
pubcommand. Move to usingdart run,dart pub, etc. - Fail if configuration is provided that is not supported by the package's platform.
- Added
--extra-argsoption. - Require Dart 2.14.0
4.0.1 #
- Fixed a bad cast.
4.0.0 #
- Migrate implementation to null-safety.
- DROPPED
canvas-kitoption. Replaced it with... - ADDED
web-rendereroption. Aligns with the (current) defaults in the Flutter CLI.
3.7.0 #
- Support Flutter Version Manager (FVM) installations.
- Improve help text.
3.6.0 #
- Require Dart 2.10.5
canvas-kitis now a supported configuration inpeanut.yaml.- The
canvas-kitoption now passes--web-renderer canvaskittobuild web. (Previously it used--dart-define=FLUTTER_WEB_USE_SKIA=true.)
3.5.1 #
- Added
.dart_tool/**to the default exclude set. - Require Dart SDK
>=2.6.0 <3.0.0.
3.5.0 #
- Added
--canvas-kitflag for Flutter web.
3.4.2 #
- Fixes for running with Flutter.
- Provide a helpful message when using the Dart SDK with a Flutter package.
3.4.1 #
- Fix
--version.
3.4.0 #
- Flutter apps are now built if peanut is enabled using
flutter pub global activate. Runningflutter pub global run peanut:peanutwill use the flutter CLI instead ofbuild_runner
3.3.0 #
- Parse command line arguments when a
peaunut.yamlconfiguration file exists and merge the values, with a preference for the command line arguments. (Before, the configuration file values were ignored.) - Added
verboseoption. For now, it prints out all of the files deleted in the output directory. - Added
--dry-runcommand-line flag which verifies the configuration and prints commands that would be executed, but does not do any work.
3.2.1 #
- Added examples to README.
3.2.0 #
- If
post-build-dart-scriptis provided, pass a second command line argument after the build directory. A JSON map between the source directory relative to the working directory and the corresponding build directory.
3.1.1 #
- Print a more helpful error when configuration is invalid.
3.1.0 #
- Support configuring builder options.
- Require Dart SDK
>=2.3.0-dev.0.1 <3.0.0.
3.0.3 #
- Improve printed output while running.
- Updated dependencies.
3.0.2 #
- Improve printed output while running.
3.0.1 #
- Fix height of generated
index.htmlpage. - Include
package:peanutversion info in commit message. - Avoid creating commit messages with a first line longer than 72 characters.
3.0.0 #
- BREAKING renamed
diretoryoption todirectories. - Added
--[no-]source-branch-infoflag. - Added
--post-build-dart-scriptoption. - Add support for
peanut.yamlconfiguration. - Exclude
*.mdand*.yamlfrom output directory. - Require Dart SDK
>=2.2.0.
2.0.8 #
- Support the latest
package:build_web_compilersand friends.
2.0.7 #
- Support the latest
package:build_runnerand friends.
2.0.6 #
- Improve
--helpoutput.
2.0.5 #
- Support the latest
package:build_runner.
2.0.4 #
- Support Dart 2 stable.
2.0.3 #
- Updates to support latest
package:build_runner.
2.0.2 #
-
Require Dart
>=2.0.0-dev.56. -
Other updates to support running on Dart 2.
2.0.1 #
- Support the latest version of
package:build_web_compilers.
2.0.0 #
-
BREAKING Now only works with the latest
package:build_runnerand friends. -
Removed manual file management that likely caused problems on Windows.
-
The public library has been removed. This package is meant to be an executable only.
1.1.6 #
- Moved non-executable file out of
/binso it's not activated duringpub global activate.
1.1.5 #
-
Run
pubfrom the SDK invokingpeanut. Also fixes the case wherepubis not in the user's PATH. -
Send all output to
stdout. -
Improve exit codes and error messages on failure.
1.1.4 #
- Added
**.dart.js.deps,**.dart.js.tar.gz,**.ng_placeholderto the set of files to exclude.
1.1.3 #
-
Only warn if the
directorydoes not exist. Build could still work. -
Update dependency on
pkg:git. Allows runningpeanutin a subdirectory of a Git repository.
1.1.2 #
- Support the latest
pkg:git.
1.1.1 #
-
Improve sub-process management.
-
Print error/warnings in red – where supported.
1.1.0 #
-
Initial support for
build_runnervia--build_tooloption. -
Updated Dart SDK lower-bound to
2.0.0-dev.22. UsingIterable.whereType<T>– introduced in this release.
1.0.0 #
- Set exit code correctly on errors.
0.1.0 #
- Tweak some things.
- Update readme.
0.0.2 #
- Add mode options, to allow
pub buildto run in debug mode.
0.0.1+2 #
- Run
pubwithrunInShellto make things work on Windows.
0.0.1+1 #
- Added instructions to
README.md.