dart-sdk/pkg/js/CHANGELOG.md
Srujan Gaddam ceca7aae56 [pkg:js] Update min sdk version to 3.1.0-66.0.dev
This is the minimum version with this CL:
c4d354dc2a.
Since this CL removes package:js annotations and redefines the meaning
of dart:_js_annotations @JS annotation, we need to make sure new
versions of the package don't run with old versions of the SDK.

Change-Id: Id8af568fc5b65737c6dd69359e51abae8cc43e9f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/301280
Commit-Queue: Joshua Litt <joshualitt@google.com>
Auto-Submit: Srujan Gaddam <srujzs@google.com>
Reviewed-by: Joshua Litt <joshualitt@google.com>
2023-05-04 15:56:41 +00:00

1,023 B

0.6.9-dev

  • Remove dependency on dart:js.
  • Update SDK lower constraint to 3.1.0-66.0.dev.
  • Update SDK upper constraint to 4.0.0.
  • Moved annotations to single location in dart:_js_annotations.

0.6.7

  • Remove example link to discontinued example.

0.6.6

  • Add @JSExport annotation for exporting Dart classes and @staticInterop mocking.
  • Require Dart 2.19

0.6.5

  • Populate the pubspec repository field.
  • Add a dependency on package:meta.
  • Add an experimental @trustTypes annotation.

0.6.4

  • Includes @staticInterop to allow interop with native types from dart:html.

0.6.3

  • Stable release for null safety.
  • Update SDK constraints to >=2.12.0 <3.0.0.

0.6.2

  • Improved documentation.

0.6.1+1

  • Support Dart 2 final release.

0.6.1

  • Add js_util library of utility methods to efficiently manipulate typed JavaScript interop objects in cases where the member name is not known statically.

0.6.0

  • Version 0.6.0 is a complete rewrite of package:js.