-
#935
7848937Thanks @belgattitude! - Give precedence to esmEnsure the "module" condition comes before the "require" condition. Due to the way conditions are matched top-to-bottom, the "module" condition (used in bundler contexts only) must come before a "require" condition, so it has the opportunity to take precedence.
See publint
-
#932
7983793Thanks @belgattitude! - To latest dependencies -
#934
ed234eaThanks @belgattitude! - Add syncpack to ensure consistence in package.json(s)
-
#861
034673dThanks @belgattitude! - Add node 20.x in CI -
#860
8ad1472Thanks @belgattitude! - Fix parseDsnOrThrow usage in published readme
-
#854
c28c5e4Thanks @belgattitude! - Add parseDsnOrThrow function (when preferred over discriminated unions) -
#854
c28c5e4Thanks @belgattitude! - Relax parseDsn signature to allow 'unknown' dsn parameter.
69ab5adThanks @belgattitude! - Add isParsableDsn typeguard (ease zod integration)
- #830
1a4882aThanks @belgattitude! - Improve esm usage with older bundlers (webpack 4...)
- #826
1cc3be8Thanks @belgattitude! - Fix npm publish
- #823
6bdbec5Thanks @belgattitude! - Use linter from @belgattitude/eslint-config-bases
-
#821
ff4129aThanks @belgattitude! - Fix publish to npm- #802
ff8b9e2Thanks @belgattitude! - Built with latest dev dependencies (tsup...)
-
#816
fc4b2efThanks @belgattitude! - Fix empty passwords and ensure user only works -
#813
abf22dbThanks @belgattitude! - Improve dual packaging (helps bundler to privilegiate esm)
- #802
- #819
30b3658Thanks @belgattitude! - Fix publish on npm
- #817
ed32c80Thanks @belgattitude! - Fix release on npm
- #802
ff8b9e2Thanks @belgattitude! - Built with latest dev dependencies (tsup...)
-
#816
fc4b2efThanks @belgattitude! - Fix empty passwords and ensure user only works -
#813
abf22dbThanks @belgattitude! - Improve dual packaging (helps bundler to privilegiate esm)
-
#662
50a655dThanks @belgattitude! - Mitigate potential risk of regexp denial of serviceSee https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS
- #665
40e9749Thanks @belgattitude! - Fix dual publishing (commonjs, esm) with some tools
- #660
6783b32Thanks @belgattitude! - Improve linter
- #665
40e9749Thanks @belgattitude! - Fix dual publishing (commonjs, esm) with some tools
-
#662
50a655dThanks @belgattitude! - Mitigate potential risk of regexp denial of serviceSee https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS
- #660
6783b32Thanks @belgattitude! - Improve linter
- #640
e34944dThanks @belgattitude! - Dual ESM/CJS esm and move to tsup
- #638
d46ddefThanks @belgattitude! - Add check for bundle size-limit
- #537
f371870Thanks @belgattitude! - Update build with latest microbundle
- #537
f371870Thanks @belgattitude! - Update build with latest microbundle
- #413
c296d63Thanks @belgattitude! - Don't compress builds to ease patching
- #408
fb43582Thanks @belgattitude! - New linter standard and refactor code for better esbuild support
- #83
8cf456dThanks @belgattitude! - Remove unused import
- #361
f7507c5Thanks @belgattitude! - Fix release
- #359
bbb21feThanks @belgattitude! - Fix release script
- #304
ba5fc5fThanks @belgattitude! - Publish a new release with yarn 3.2
- #193
d81e0f2Thanks @belgattitude! - Improve release builds
- #195
b96c7a3Thanks @belgattitude! - Fix publishing
- #199
f35435fThanks @belgattitude! - Fix changeset publishing with workspace:^ protocol
- #204
205aa13Thanks @belgattitude! - Monorepo to typescript 4.4.4
- #199
f35435fThanks @belgattitude! - Fix changeset publishing with workspace:^
- #195
b96c7a3Thanks @belgattitude! - Fix publishing
- #193
d81e0f2Thanks @belgattitude! - Improve release builds
6fdaa04#82 Thanks @belgattitude! - Typescript 4.2.2 support
3e3c2af#72 Thanks @belgattitude! - Add assertParsableDsn assertion
81b5d2d#69 Thanks @belgattitude! - Allow extra chars in database field recognition
9f9c565#67 Thanks @belgattitude! - Fix possible runtime error if overrides is undefined
63a0b86#65 Thanks @belgattitude! - Fix missing type export for ParseDsnOptions
23aa0d6#63 Thanks @belgattitude! - Add overrides option
705c40b#58 Thanks @belgattitude! - Initial v1 for dsn-parser