parse-latin

Latin-script (natural language) parser

MIT License

Downloads
1.8M
Stars
57
Committers
3

Bot releases are hidden (Show)

parse-latin - 7.0.0 Latest Release

Published by wooorm over 1 year ago

Change

  • 8fe6893 Update @types/nlcst, @types/unist, utilities
    migrate: update too
  • ad2d932 Change to require Node.js 16
    migrate: update too
  • 6ce04d2 Change to use exports
    migrate: don’t use private APIs
  • 1d96ee6 Change to use undefined for doc field
    migrate: expect undefined

Full Changelog: https://github.com/wooorm/parse-latin/compare/6.0.2...7.0.0

parse-latin - 6.0.2

Published by wooorm over 1 year ago

Patch

  • 34aaffa Update Unicode

Misc

  • 3905883 Use bundlejs
  • 0b37e10 Refactor docs
  • 15a4a6b Refactor JSDoc
  • 227b18b Refactor code-style

Full Changelog: https://github.com/wooorm/parse-latin/compare/6.0.1...6.0.2

parse-latin - 6.0.1

Published by wooorm almost 2 years ago

Misc

  • 379499e Fix crash on nodes without positional info

Full Changelog: https://github.com/wooorm/parse-latin/compare/6.0.0...6.0.1

parse-latin - 6.0.0

Published by wooorm almost 2 years ago

  • 54baf82 Add types, remove position, use, useFirst
    feature: add types
    breaking: remove position field (use unist-util-remove-position if you previously set position: false)
    breaking: remove support for use, useFirst (manipulate the lists of plugins yourself)
    patch: fix support for CR, CRLF line endings
  • 4d1626d Add improved docs

Full Changelog: https://github.com/wooorm/parse-latin/compare/5.0.1...6.0.0

parse-latin - 5.0.1

Published by wooorm almost 2 years ago

  • ebf6961 Fix CR+LF being seen as a break between paragraphs

Full Changelog: https://github.com/wooorm/parse-latin/compare/5.0.0...5.0.1

parse-latin -

Published by wooorm over 3 years ago

  • 8c5e5f2 Use ESM
parse-latin -

Published by wooorm about 4 years ago

  • 00ef86c Update unist-util-modify-children
  • 9db6e30 Update to Unicode 13
parse-latin -

Published by wooorm over 4 years ago

  • e51562d Refactor prose
parse-latin -

Published by wooorm over 5 years ago

  • 2285ba0 Add more badges
  • bc3b750 Update to unicode-12.1.0
  • 6d85bd5 Move URLs from HTTP to HTTPS
  • c783401 Move LICENSE > license
parse-latin -

Published by wooorm over 6 years ago

  • 961cefa Refactor code-style
parse-latin -

Published by wooorm about 7 years ago

  • 1c25412 Fix handling of final abbreviations
parse-latin -

Published by wooorm about 7 years ago

  • 535f74b Refactor docs
parse-latin -

Published by wooorm over 7 years ago

  • 523e7d6 Fix bug where digit-only sentences caused an error
parse-latin -

Published by wooorm over 7 years ago

  • 2cc65be Fix bug where decimals without leading zero didn’t work
parse-latin -

Published by wooorm over 7 years ago

  • 36af9d3 Add a simpler interface
  • f9b3d78 Remove history.md
parse-latin -

Published by wooorm almost 8 years ago

💯

parse-latin -

Published by wooorm almost 8 years ago

  • a0c2c04 Add position: true by default
  • ac01530 Add VFile support
parse-latin -

Published by wooorm about 8 years ago

  • 061178f Add support for non-newline white-space between paragraphs
parse-latin -

Published by wooorm about 8 years ago

  • f811213 Refactor code-style
parse-latin -

Published by wooorm over 8 years ago

  • 1032f53 Refactor to remove one expression
  • 5882756 Refactor module