Releases: codingjoe/django-esm
Releases · codingjoe/django-esm
0.3.1
What's Changed
- Resolve recursion error by @codingjoe in #16
- Simplify implementation and inject node_modules directly by @codingjoe in #17
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- Add staticfile finder to limit exposure by @codingjoe in #15
Full Changelog: 0.2.3...0.3.0
0.2.3
What's Changed
- Properly resolve all wildcard exports from dependencies by @codingjoe in #14
Full Changelog: 0.2.2...0.2.3
0.2.2
What's Changed
- Better raverse package export patterns by @codingjoe in #12
Full Changelog: 0.2.1...0.2.2
0.2.1
What's Changed
- Fix ManifestStaticFilesStorage support by @codingjoe in #10
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- Add LRU cache to template tag to improve performance by @codingjoe in #8
- Support nested node_modules and private modules via imports including wildcards by @codingjoe in #9
Full Changelog: 0.1.2...0.2.0
0.1.2
What's Changed
- Add support for string-based export objects by @codingjoe in #7
- Drop Python 3.8 support
Full Changelog: 0.1.1...0.1.2
0.1.1
What's Changed
- Fix ESM exports based on latest Node.js implementation by @codingjoe in #5
- Minify import map JSON in production mode by @codingjoe in #6
Full Changelog: 0.1.0...0.1.1
0.1.0
What's Changed
- Add initial commit by @codingjoe in #1
New Contributors
- @codingjoe made their first contribution in #1
Full Changelog: https://github.com/codingjoe/django-esm/commits/0.1.0