dart-sdk/pkg/js/CHANGELOG.md
Srujan Gaddam 7701bfb3e9 [pkg:js] Update CHANGELOG, README, and WORKAROUNDS
Updates documentation now that static interop features are
available. This should be the last component before the new
`package:js` version is published.

Change-Id: I9ddb494a5723036ca699bdcf10a000f7670cdfd8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/224401
Reviewed-by: Riley Porter <rileyporter@google.com>
Commit-Queue: Srujan Gaddam <srujzs@google.com>
2021-12-16 03:11:57 +00:00

754 B

0.6.4

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

0.6.3

  • Stable release for null safety.

0.6.3-nullsafety.3

  • Update SDK constraints to >=2.12.0-0 <3.0.0 based on beta release guidelines.

0.6.3-nullsafety.2

  • Allow prerelease versions of the 2.12 sdk.

0.6.3-nullsafety.1

  • Allow 2.10 stable and 2.11.0 dev SDK versions.

0.6.3-nullsafety

  • Opt in to null safety.

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.