penman-js

Abstract Meaning Representation (AMR) parser and generator for Javascript

MIT License

Downloads
12
Stars
3

Bot releases are visible (Hide)

penman-js - v2.0.2 Latest Release

Published by github-actions[bot] 10 months ago

2.0.2 (2024-01-02)

Bug Fixes

  • add author field to package.json (1b94a6c)
penman-js - v2.0.1

Published by github-actions[bot] 10 months ago

2.0.1 (2024-01-01)

Bug Fixes

penman-js - v2.0.0

Published by github-actions[bot] 10 months ago

2.0.0 (2024-01-01)

  • making API more javascripty (#2) (cc75de2), closes #2

BREAKING CHANGES

  • This PR removes all submodules, and instead exports everything only from the main index.ts entry point
  • This PR replaces any functions that have multiple optional parameters with an optional options object instead, to avoid needing to pass undefined for unused function arguments
  • This PR renames all constant module functions and exports by adding the word Constant to their names
penman-js - v1.0.2

Published by github-actions[bot] 10 months ago

1.0.2 (2023-12-26)

Bug Fixes

penman-js - v1.0.1

Published by github-actions[bot] 10 months ago

1.0.1 (2023-12-24)

Bug Fixes