Skip to content
Compare
Choose a tag to compare
@belgattitude belgattitude released this 28 Oct 15:08
· 1241 commits to main since this release
5ed840e

Minor Changes

  • #672 9d1d248 Thanks @belgattitude! - Reduce bundle size by using class names rather than strings

    Importing all exceptions (excluding utilities, typeguards...) now top at 1Kb

    Example based on ESM (min+gzip)

    Scenario Size
    one exception ~ 450b
    all exceptions < 1kb
    everything (typeguards,...) 1.7kb