Releases: emscripten-forge/empack
Releases · emscripten-forge/empack
v5.0.1
5.0.1
Bugs fixed
- Support missing url field #110 (@trungleduc)
Contributors to this release
v5.0.0
5.0.0
Enhancements made
- Pass package source URL to URL factory #109 (@trungleduc)
Contributors to this release
v4.0.3
4.0.3
Enhancements made
- Add package url factory #108 (@trungleduc)
Bugs fixed
- restrict package versions in integration test #107 (@DerThorsten)
Contributors to this release
v4.0.2
4.0.2
Merged PRs
- Revert "Change list-of-POSIX-paths to list-of-strings in yield of
iterate_pip_pkg_record()
function" #106 (@martinRenou)
Contributors to this release
v4.0.1
4.0.1
Bugs fixed
- Change list-of-POSIX-paths to list-of-strings in yield of
iterate_pip_pkg_record()
function #104 (@michaelweinold)
Contributors to this release
v4.0.0
4.0.0
The main highlight of this release is the new filtering logic. We used to filter out many files from the packed environment due to using very restrictive include rules. We now include everything by default fixing many reported issues concerning package data. We only filter out a file if there is an explicit rule for filtering it.
Enhancements made
- Filtering: Include everything by default #98 (@martinRenou)
Maintenance and upkeep improvements
- Fix backward compat on config files #102 (@martinRenou)
- Update CI to using latest emscripten-forge platform and Python version #99 (@martinRenou)
Contributors to this release
v3.3.4
3.3.4
Enhancements made
- Add Include/Exclude Patterns for
pint
Package toempack_config
(#2) #97 (@michaelweinold)
Contributors to this release
v3.3.3
3.3.3
Enhancements made
- use abspath when comparing dirs #95 (@DerThorsten)
Bugs fixed
- Fix rules for pyvis #96 (@martinRenou)
- use abspath when comparing dirs #95 (@DerThorsten)
Contributors to this release
v3.3.2
3.3.2
Enhancements made
- Update config for urllib and certifi #94 (@martinRenou)
Other merged PRs
- Update CI script #93 (@trungleduc)