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.0.2

12 Jul 00:20
02c6152
Compare
Choose a tag to compare
  • Set min SDK version to 2.0.0-dev.68.0 everywhere.
  • Removed strong-mode: true from all analysis_options.yaml files.

v3.0.1

03 Jul 19:40
3744f39
Compare
Choose a tag to compare
  • All templates:

    • Set min SDK version to 2.0.0-dev.66.0.
    • Upgraded test to ^1.0.0.
    • Updated default .gitignore.
  • web-angular template:

    • Simplified angular_components import directives.
    • Updated dependencies:
      • -beta versions of angular, angular_components,
        and angular_test
      • build_runner ^0.9.0

v3.0.0

18 Jun 16:19
1faa40c
Compare
Choose a tag to compare
  • Move generator files to lib/src. Importing them directly is no longer
    supported.
  • Set minimal SDK to 2.0.0-dev.55.0 in project and template pubspec.yaml.
  • web-angular template:
    • Upgraded to -alpha+13 versions of angular and angular_components
      packages.

v2.0.2

18 Jun 16:19
Compare
Choose a tag to compare

Project and template file changes:

  • In pubspec.yaml files:
    • Set minimal SDK to 2.0.0-dev.52.0.
  • web-angular template:
    • Updated dependencies to include -alpha+12 versions of angular and angular_components packages.

v2.0.1

17 May 21:56
47f496e
Compare
Choose a tag to compare
  • All web- templates:
    • Updated the dependency on package:build_web_compilers.
  • web-angular template:
    • Added dependency override on angular_compiler to ensure compatibility.

v2.0.0

30 Apr 17:40
e03c1df
Compare
Choose a tag to compare

Project and template file changes:

  • In pubspec.yaml files:
    • Set minimal SDK to 2.0.0-dev.51.0.
    • Dropped the browser package dependency.
    • Upgraded to test 0.12.30, which supports running tests under headless chrome.
    • Set initial version to 1.0.0 for all templates, and commented it out.
  • Dart 2 changes:
    • Renamed variables like, JSON, PI, etc. to json, pi, etc.

Server-shelf template changes:

  • Updated to latest dependencies.
  • Switched from int.parse() to int.tryParse().
  • Changed code to use async/await and proper pattern from exiting a binary on error.

Web-angular template changes:

  • In analysis_options.yaml:
    • Added uri_has_not_been_generated: ignore.
    • Enabled Angular analyzer plugin.
  • Additional pubspec.yaml changes:
    • Upgraded Angular package versions.
    • Added builder dev_dependencies for build_runner,
      build_test, and build_web_compilers.
    • Removed all transformers.
    • Removed comment concerning web compiler settings.
    • Temporarily added an override for pageloader.
  • Updated web/index.html:
    • Dropped <script defer src="packages/browser/dart.js"></script>.
    • Replaced <script defer src="main.dart" type="application/dart"></script> by

      <script defer src="main.dart.js"></script>.
  • Updated bootstrapping in web/main.dart:
    • Added import 'package:__projectName__/app_component.template.dart' as ng;.
    • Replaced call to bootstrap(AppComponent) by
      runApp(ng.AppComponentNgFactory);.
  • Updated test/app_test.dart:
    • Dropped @Tags(const ['aot']).
    • Dropped @AngularEntrypoint().
    • Dropped import 'package:angular/angular.dart'.
    • Added import 'app_test.template.dart' as ng;.
    • Added a call to ng.initReflector(); at the start of main().
  • Other Dart file changes:
    • CORE_DIRECTIVEScoreDirectives.
    • Dropped const qualifier from literals used used in metadata annotations.
    • Switched to using new provider classes like ClassProvider.

Web-simple template changes:

  • Additional pubspec.yaml changes:
    • Removed all transformers.
    • Removed comment concerning web compiler settings.
    • Added builder dev_dependencies for build_runner and
      build_web_compilers.
  • Updated web/index.html:
    • Dropped <script defer src="packages/browser/dart.js"></script>.
    • Replaced <script defer src="main.dart" type="application/dart"></script> by

      <script defer src="main.dart.js"></script>.

Web-stagexl template changes:

  • Additional pubspec.yaml changes:
    • Removed all transformers.
    • Removed dependency on browser and dart_to_js_script_rewriter packages.
    • Added builder dev_dependencies for build_runner and
      build_web_compilers.

v1.1.9

16 Apr 21:01
cf2d2c8
Compare
Choose a tag to compare
  • Added .dart_tool to .gitignore files.
  • Cleaned template changelogs.
  • Updated stagehand's version of the args package.

v1.1.8

19 Oct 16:07
Compare
Choose a tag to compare
  • Deleted most license/copyright text and made READMEs more consistent.
  • Updated web-angular to angular_components 0.8.0.

v1.1.7

10 Oct 16:48
Compare
Choose a tag to compare
  • Updated web-angular template pubspec: using angular_components 0.7.0.
  • Improved the format of Stagehand's own code by enabling several lints.

1.1.6

01 Sep 16:54
Compare
Choose a tag to compare
  • Added a missing copyright to a web-angular template file.
  • Removed the close_sinks lint from all analysis options files.
  • Moved to dart-lang GitHub org.
  • Updated web-angular to angular v4 and angular_components v0.6.0.