Skip to content
Tags give the ability to mark specific points in history as being important
  • 2.0.3
    07a78982 · release: 2.0.3 ·
    Patch release 2.0.3
    
    Other changes
    
    * code: drop unnecessary `unsafe impl` for `Send` and `Sync` (21d7837889515dbc15a381ca00b7a55711e38828)
  • 2.0.2
    0f2c9d75 · release: 2.0.2 ·
    Patch release 2.0.2
    
    Other changes
    
    * docs: fix version string in readme (8f49df5c92c176a7bd3e296992eda4fdef8b5c96)
  • 2.0.1
    c604a311 · release: 2.0.1 ·
    Patch release 2.0.1
    
    Bug fixes
    
    * docs: fix misleasing typo in doc comment (dfc5982cf7238fc8f0b00ad7958ea89092062a84)
  • 2.0.0
    b752c710 · release: 2.0.0 ·
    Major release 2.0.0
    
    Breaking changes
    
    * api: implement AsRef<[u8]> for Bom (45c0e3ed98a555ee31fcdfb1740e64b7e30b9967)
    
    Other changes
    
    * project: switch dev environment to stable (a536298f7c1f138787ea05764acfd62a24ac9745)
  • 1.1.4
    135aef88 · release: 1.1.4 ·
    Patch release 1.1.4\n\nRefactorings\n\n* logic: reinstate macros for tail comparison (014ad76)\n* tests: prefer functions to macros for assertions (decdd93)\n\n Other changes\n\n* code: move private functions to bottom of module (cd5d6ec)\n\n
  • 1.1.3
    a0da4d5f · release: 1.1.3 ·
    Patch release 1.1.3\n\nRefactorings\n\n* logic: prefer functions to macros for comparisons (b16bdf4)\n\n
  • 1.1.2
    0f949bce · release: 1.1.2 ·
    Patch release 1.1.2\n\nOther changes\n\n* code: cargo fmt (a8573f0)\n\n
  • 1.1.1
    a978a425 · release: 1.1.1 ·
    Patch release 1.1.1\n\nRefactorings\n\n* logic: cleaner compare_tail! macro syntax (3a6ca2d)\n* tests: rename assert_slice! macro to assert_bom! (ec71494)\n\n Other changes\n\n* tests: extra assertions to ensure trailing bytes are ignored (49e9005)\n* docs: fix weird version replacement insanity in change log (c346ce3)\n\n
  • 1.1.0
    2d429626 · release: 1.1.0 ·
    Minor release 1.1.0\n\nNew features\n\n* api: implement Bom::len() to return the size in bytes (c5d5810)\n\n Other changes\n\n* docs: add a doc comment for the FromStr Err type (5406fbd)\n\n
  • 1.0.0
    b315f6ea · release: 1.0.0 ·
    1.0.0
  • 0.1.2
    abc18fe6 · release: 0.1.2 ·
    Patch release 0.1.2\n\nOther changes\n\n* crate: fix gitlab build status badge (16f5a9a)\n\n
  • 0.1.1
    208c89bd · release: 0.1.1 ·
    Patch release 0.1.1\n\nBug fixes\n\n* crate: update docs link to point to gitlab instead of docs.rs (5085a1a)\n* docs: fix license badge URL (ef2f7ef)\n* docs: remove stale old reference to Path in readme (f5f9bc9)\n\n Other changes\n\n* ci: build docs in CI (83ba4b3)\n* ci: build on stable in CI (5e57fa4)\n* crate: add toolchain file (bf10c10)\n* crate: link to docs (fc7a19e)\n\n
  • 0.1.0
    db2f92f0 · release: 0.1.0 ·
    Minor release 0.1.0\n\nNew features\n\n* docs: write some basic documentation (e472f2a)\n* types: implement From<&Path> for Bom (a63deca)\n* types: implement From<&mut File> for Bom (73924e1)\n* types: implement From<&[u8]> for Bom (0007285)\n* types: implement a basic Bom enum (b30af8b)\n\n Refactorings\n\n* api: accept a plain &str as a file path (1ac8883)\n\n Other changes\n\n* tests: simplify some test code (e832f1a)\n* code: silence clippy warnings (b3d3bd0)\n* ci: add ci config (99dd906)\n* repo: add git ignore file (2bad0b2)\n\n
  • 0.0.0
    205ad062 · chore(docs): add license ·
    chore: initial commit