Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 867 Bytes

CHANGELOG.md

File metadata and controls

53 lines (38 loc) · 867 Bytes

2.0.1

  • swiss_knife: ^3.0.6
  • test: ^1.16.8

2.0.0

  • Dart 2.12.0:
    • Sound null safety compatibility.
    • Update CI dart commands.
    • sdk: '>=2.12.0 <3.0.0'
  • swiss_knife: ^3.0.0
  • pedantic: ^1.11.0
  • test: ^1.16.5

1.1.3

  • JSONTransformer: Added concatenation of values.
  • swiss_knife: ^2.5.14
  • pedantic: ^1.9.2
  • test: ^1.15.4
  • test_coverage: ^0.4.3

1.1.2

  • Added: JSONTransformer.from.
  • Documentation of JSONTransformer API.
  • swiss_knife: ^2.5.10

1.1.1

  • Fix parsing of operation with empty parameters.
  • Fix README.md.
  • More tests.
  • test_coverage: ^0.4.2

1.1.0

  • Added JSONTransformer operations.
  • swiss_knife: ^2.5.9

1.0.1

  • Fix Browser implementation.
  • dartfmt.
  • Added example.
  • Added API documentation.
  • sdk: '>=2.8.0 <3.0.0'
  • Added Browser CI.

1.0.0

  • Initial version, created by Stagehand