Releases: hackylabs/obglob
Releases · hackylabs/obglob
FIX: incorrect ESM dist path
Full Changelog: v1.1.1...v1.1.2
- Fixes incorrect path for ESM imports
- Creates a CI proving ground to ensure lib can always install and run successfully in both CJS and ESM formats
v1.1.1
Full Changelog: v1.1.0...v1.1.1
Enables the following new features, updated documentation accordingly:
- You can now choose to glob by value instead of path. Defaults to path
- You can now choose to return matches as object, paths or values. Defaults to object, which still allows for the result to be an array if the original value was an array.
- Builds package before publishing, in case I forget
Initial release
Full Changelog: https://github.com/hackylabs/obglob/commits/v1.0.0