Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 04 Nov 13:03
· 201 commits to main since this release

1.0.0 - 2021-11-04

Added

  • ProfileVersion class representing version of profile in ProfileId
  • ProfileId class representing complete id of profile
  • MapVersion class representing version of map in MapId
  • MapId class representing complete id of map

Changed

  • BREAKING CHANGE: ProfileDocumentId renamed to ProfileIdRange
  • BREAKING CHANGE: DocumentVersion renamed to VersionRange
  • BREAKING CHANGE: parseVersionNumber renamed to tryParseVersionNumber
  • BREAKING CHANGE: removed isValidDocumentIdentifier started using isValidDocumentName from AST
  • BREAKING CHANGE: removed splitLimit strated using splitLimit from AST