Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed vendor_src folder #798

Merged
merged 2 commits into from Sep 4, 2022
Merged

Removed vendor_src folder #798

merged 2 commits into from Sep 4, 2022

Commits on Sep 3, 2022

  1. Removed vendor_src folder

    Now `vendor` is the source
    and minification happens during release process.
    rochacbruno committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    61e70dc View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Added tomllib (vendored) as a replacement for toml fix #708

    toml kept as a fallback until 4.0.0 to nor break compatibility
    
    - toml follows 0.5.0 spec
    - tomlib follows 1.0.0 spec
    - toml allows emojis and unicode chars unencoded
    - tomllib foolows the spec where only encoded chars are allowed
    rochacbruno committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    90562be View commit details
    Browse the repository at this point in the history