Skip to content

apollo-smith@0.6.0-beta.1

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 01 Dec 10:48
· 224 commits to main since this release
1afc623

BREAKING

  • Remove the parser-impl feature flag - SimonSapin, pull/754.
    This functionality is now always enabled.
  • Use apollo-compiler instead of apollo-encoder for serialization - SimonSapin, pull/754.
    The exact string output may change.

Fixes

  • Make serialization ordering deterministic - SimonSapin, pull/754.
    Internally use IndexMap and IndexSet instead of IndexMap and IndexSet