Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 2.0.1

    6815654f · release: 2.0.1 ·
    Patch release 2.0.1\n\nBug fixes\n\n* deps: downgrade fancy-regex (50e0eb0)\n\n
  • 2.0.0

    5b732c6d · release: 2.0.0 ·
    Major release 2.0.0\n\nBreaking changes\n\n* deps: rustup update + cargo update (4d94293)\n\n Other changes\n\n* package: add badges to package metadata (4d8cc55)\n\n
  • 1.0.0

    5e6e81f8 · release: 1.0.0 ·
    Major release 1.0.0\n\nBreaking changes\n\n* api: propagate initialisation errors from init (cd11fe4)\n\n New features\n\n* api: distinguish parse errors from initialisation errors (d80eb59)\n\n Other changes\n\n* tests: add some more test coverage (bcb42b2)\n* docs: add usage comment for the init function (b6e96d5)\n\n
  • 0.1.2

    86b16f4f · release: 0.1.2 ·
    Patch release 0.1.2\n\nOther changes\n\n* deps: use a published fork of fancy-regex (296dcd3)\n\n
  • 0.1.1

    1803b9dd · release: 0.1.1 ·
    Patch release 0.1.1\n\nOther changes\n\n* project: switch dev environment to stable (fe26b1a)\n\n
  • 0.1.0

    95f2088b · release: 0.1.0 ·
    Minor release 0.1.0\n\nNew features\n\n* docs: add readme and changelog files (29891dd)\n* docs: improve the doc comments (5c4a14a)\n* perf: expose init function for early initialisation (9075986)\n* tests: write basic passing unit tests (2457b6c)\n\n Bug fixes\n\n* api: propagate errors from parsing methods (319d243)\n* parsing: use correct capture index for device model (64679f4)\n* parsing: map empty strings to None (efb4c62)\n* lib: fix compiler errors in initial implementation (adc286d)\n* build: fix compiler errors in generated code (46d20c4)\n* deps: use RegexBuilder::size_limit (a5c9225)\n\n Refactorings\n\n* lib: pull some repetitive boilerplate into macros (beb0dd6)\n* deps: replace regex with fancy-regex (bdd4946)\n\n Other changes\n\n* docs: add contribution guide (8a20874)\n* project: add ci config (30b6ff0)\n* code: changed pinned toolchain, run rustfmt (c8b8a0f)\n\n
  • 0.0.0

    Initial implementation