Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Latest commit

 

History

History
51 lines (28 loc) · 611 Bytes

File metadata and controls

51 lines (28 loc) · 611 Bytes

Changelog

2.0.0

  • Dart 2.0

1.0.1

  • Dart 1.24, strong mode workaround

1.0.0

  • upgrade code_transformers: ^0.5.0

0.2.3

  • disable js_mimicry transformer

0.2.2

  • useSharedSources mode enabled in the resolver
  • fix analyzer: '>=0.23.0 <0.26.1+15'

0.2.1+3

  • reduced memory consumption

0.2.1+2

  • upgrade analyzer: '>=0.23.0 <0.27.0'

0.2.1+1

  • Fix: JsTransform for optional and named param

0.2.1

  • Support JsIgnore

0.2.0+4

  • Support abstract class

0.2.0+3

  • Added tests
  • Fix: source shift
  • Fix: skip not jsProxy parent

0.2.0

  • Initial transformer release.