- Updated all dependencies
- Added Prettier and reformatted the whole codebase to a single consistent style
- Added ESLint (flat config) and fixed all findings
- Breaking: rebuilt the package with tsdown to publish both ESM (
dist/index.mjs) and CommonJS (dist/index.cjs) with matching.d.mts/.d.ctstypes, wired up viapackage.json#exports. The browser bundle moved fromdist/index.next.min.jstodist/index.global.iife.js - Added
engines.node >= 14
- Updated README
- Updated packages
- Removed UMD version
- Changed package.json type to module
- Fixed errors after update
- Updated README
- Updated packages
- Removed "named" exports (didn't work)
- Fixed default exports (didn't work)
- Deleted sourcemaps
- Deleted ES5 minified version
- Added named export
- Updated packages
- Deleted ES5, ESNext full versions
- Updated packages
- Deleted the version "without object"
- Optimized the library
- Added new methods
set* - Updated documentation
- Changed tab indents to spaces
- Updated name in the license
- Packages updated
- README updated
- Packages updated
- Removed
anytypes - README updated
- Fixed: invalid results in static functions for non-standard A1 like "E3:C5", "E5:C3", "C5:E3"
- README changed
- Removed unused files from npm module by adding "files" to "package.json"
- Added path to ".d.ts" file