Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Releases: dart-archive/stagehand

v3.3.11

11 Nov 20:37
d8e4679
Compare
Choose a tag to compare
update to the latest dart sdk stable version (#680)

update to the latest dart sdk stable version; use 'dart analyze' for analysis

v3.3.9

29 Jun 08:28
e6b2feb
Compare
Choose a tag to compare
Update templates dependencies (#666)

v3.3.7

20 Feb 00:19
e58e5dc
Compare
Choose a tag to compare
  • Added a new template: console-simple.

v3.3.6

15 Jan 23:28
211a914
Compare
Choose a tag to compare
  • Updated URLs in generated README.md files
    (changed dartlang.org to dart.dev, pub.dev, or angulardart.dev).

v3.3.5

13 Dec 05:02
Compare
Choose a tag to compare

3.3.5

  • Updated minimum Dart SDK to 2.7 in stagehand tool and templates.

3.3.5-dev

  • Internal cleanup.

3.3.4

3.3.3

  • Updated minimum Dart SDK to 2.5.

  • Updated dependency versions across all templates.

3.3.2

  • Updated minimum Dart SDK to 2.4, except flutter_web_preview.

  • Updated dependency versions across all templates.

3.3.1

  • server-shelf template updated to make it easy to use with
    Cloud Run
    • Supports PORT environment variable
    • Comments on how to bind to all interfaces, as required by Cloud Run.

3.3.0

  • Added flutter-web-preview template.

  • Include templates categories in the --machine output.

  • All templates:

    • Set min SDK version to 2.2.0.

v3.2.0

30 Jan 00:48
301d5c3
Compare
Choose a tag to compare

All templates: Switched from explicit linter rules to the latest pedantic lints.

v3.1.5

17 Dec 15:57
96dc51e
Compare
Choose a tag to compare
  • web-* templates: Upgraded build_web_compilers to ^1.0.0.

  • web-angular template: Upgraded to latest releases of angular,
    angular_components, and angular_test.

v3.1.3

04 Sep 23:55
57263ac
Compare
Choose a tag to compare
  • All templates: Made small improvements to the generated README.md.

v3.1.1

23 Jul 17:16
7752833
Compare
Choose a tag to compare
  • web-angular template: Disabled the Angular analyzer plugin. To re-enable
    the plugin, edit analysis_options.yaml and uncomment the two lines
    plugins: ... angular.

v3.1.0

16 Jul 17:17
e810f64
Compare
Choose a tag to compare

Set max SDK version to <3.0.0 everywhere.