yarn-lock v0.3 Release Notes

Release Date: 2017-08-16 // over 6 years ago
  • This is a major overhaul, changing nearly every part of the API and the implementation!

    โž• Added

    • ๐Ÿ‘Œ Support for multiple kinds of remote.
    • ๐Ÿ“œ Heuristics for parsing git and file remotes.
    • ๐Ÿ“œ Helpful, local error messages if the parsing goes wrong somewhere
    • ๐Ÿ“œ A convenience function for doing all parsing steps at once
    • ๐Ÿ–จ A pretty printer for error messages
    • โœ… Tests for all parsing logic
    • โœ… Tests for simple invariants in the multi-keyed map implementation

    ๐Ÿ”„ Changed

    • Split the code into multiple modules.
    • ๐Ÿ“œ Rewrote the parser to have a separate AST parsing step.