Releases: flpms/simple-connection
Releases · flpms/simple-connection
v4.0.0
What's Changed
- Develop by @flpms in #5
- Bump dependencies by @julieg18 in #10
- fix: remove encodeURIComponent solve issue #15 by @flpms in #16
- Install commitlint by @sanji11 in #14
- fix(#17): collection database name by @flpms in #18
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #25
- Bump glob-parent from 5.1.1 to 5.1.2 by @dependabot in #24
- Bump ini from 1.3.5 to 1.3.8 by @dependabot in #19
- Bump y18n from 4.0.0 to 4.0.1 by @dependabot in #20
- Bump lodash from 4.17.20 to 4.17.21 by @dependabot in #21
- Bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #22
- Bump trim-newlines from 3.0.0 to 3.0.1 by @dependabot in #23
- Fix atlas url by @flpms in #26
- Bump ansi-regex from 3.0.0 to 3.0.1 by @dependabot in #28
- Bump json5 from 2.2.0 to 2.2.3 by @dependabot in #29
- Bump minimist from 1.2.5 to 1.2.8 by @dependabot in #30
- Bump @babel/traverse from 7.15.4 to 7.24.7 by @dependabot in #32
- fix: bump versions and after audit by @flpms in #34
- feat: modules only and typescript by @flpms in #35
New Contributors
Full Changelog: 3.0.0...v4.0.0
Excellent! This tag will be created from the target when you publish this release.
Pre-release
3.1-rc2 Merge branch 'feature-collections' into develop
We need fix things to get back to normal
Update mongo version and add capability to open multiple collections without close connection.
Minor break change in return from find
. Before return a object with db to close, now return a Promise.
To close connection use MongoClient
property in your instance. That able you do get connection instance.
Change-everything
Bump lodash from 4.17.11 to 4.17.15 (#2) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15) Signed-off-by: dependabot[bot] <[email protected]>
We are live again
Create a ES6 class based version and improve some operations and code
The final one
This release are compatible with versions node 4+