-
#935
7848937
Thanks @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
7983793
Thanks @belgattitude! - To latest dependencies -
#934
ed234ea
Thanks @belgattitude! - Add syncpack to ensure consistence in package.json(s)
-
#861
034673d
Thanks @belgattitude! - Add node 20.x in CI -
#860
8ad1472
Thanks @belgattitude! - Fix parseDsnOrThrow usage in published readme
-
#854
c28c5e4
Thanks @belgattitude! - Add parseDsnOrThrow function (when preferred over discriminated unions) -
#854
c28c5e4
Thanks @belgattitude! - Relax parseDsn signature to allow 'unknown' dsn parameter.
69ab5ad
Thanks @belgattitude! - Add isParsableDsn typeguard (ease zod integration)
- #830
1a4882a
Thanks @belgattitude! - Improve esm usage with older bundlers (webpack 4...)
- #826
1cc3be8
Thanks @belgattitude! - Fix npm publish
- #823
6bdbec5
Thanks @belgattitude! - Use linter from @belgattitude/eslint-config-bases
-
#821
ff4129a
Thanks @belgattitude! - Fix publish to npm- #802
ff8b9e2
Thanks @belgattitude! - Built with latest dev dependencies (tsup...)
-
#816
fc4b2ef
Thanks @belgattitude! - Fix empty passwords and ensure user only works -
#813
abf22db
Thanks @belgattitude! - Improve dual packaging (helps bundler to privilegiate esm)
- #802
- #819
30b3658
Thanks @belgattitude! - Fix publish on npm
- #817
ed32c80
Thanks @belgattitude! - Fix release on npm
- #802
ff8b9e2
Thanks @belgattitude! - Built with latest dev dependencies (tsup...)
-
#816
fc4b2ef
Thanks @belgattitude! - Fix empty passwords and ensure user only works -
#813
abf22db
Thanks @belgattitude! - Improve dual packaging (helps bundler to privilegiate esm)
-
#662
50a655d
Thanks @belgattitude! - Mitigate potential risk of regexp denial of serviceSee https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS
- #665
40e9749
Thanks @belgattitude! - Fix dual publishing (commonjs, esm) with some tools
- #660
6783b32
Thanks @belgattitude! - Improve linter
- #665
40e9749
Thanks @belgattitude! - Fix dual publishing (commonjs, esm) with some tools
-
#662
50a655d
Thanks @belgattitude! - Mitigate potential risk of regexp denial of serviceSee https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS
- #660
6783b32
Thanks @belgattitude! - Improve linter
- #640
e34944d
Thanks @belgattitude! - Dual ESM/CJS esm and move to tsup
- #638
d46ddef
Thanks @belgattitude! - Add check for bundle size-limit
- #537
f371870
Thanks @belgattitude! - Update build with latest microbundle
- #537
f371870
Thanks @belgattitude! - Update build with latest microbundle
- #413
c296d63
Thanks @belgattitude! - Don't compress builds to ease patching
- #408
fb43582
Thanks @belgattitude! - New linter standard and refactor code for better esbuild support
- #83
8cf456d
Thanks @belgattitude! - Remove unused import
- #361
f7507c5
Thanks @belgattitude! - Fix release
- #359
bbb21fe
Thanks @belgattitude! - Fix release script
- #304
ba5fc5f
Thanks @belgattitude! - Publish a new release with yarn 3.2
- #193
d81e0f2
Thanks @belgattitude! - Improve release builds
- #195
b96c7a3
Thanks @belgattitude! - Fix publishing
- #199
f35435f
Thanks @belgattitude! - Fix changeset publishing with workspace:^ protocol
- #204
205aa13
Thanks @belgattitude! - Monorepo to typescript 4.4.4
- #199
f35435f
Thanks @belgattitude! - Fix changeset publishing with workspace:^
- #195
b96c7a3
Thanks @belgattitude! - Fix publishing
- #193
d81e0f2
Thanks @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