Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Changelog

## [2.0.0](https://github.com/mysqljs/named-placeholders/compare/v1.1.3...v2.0.0) (2025-12-05)


### ⚠ BREAKING CHANGES

* migrate to built in node test runner and remove mocha dependency ([#25](https://github.com/mysqljs/named-placeholders/issues/25))

### Bug Fixes

* resolve dependency conflicts ([#37](https://github.com/mysqljs/named-placeholders/issues/37)) ([bbaa20a](https://github.com/mysqljs/named-placeholders/commit/bbaa20ad8fba546c7e26c8f567ef67c618441836))


### Continuous Integration

* migrate to built in node test runner and remove mocha dependency ([#25](https://github.com/mysqljs/named-placeholders/issues/25)) ([178b04e](https://github.com/mysqljs/named-placeholders/commit/178b04ec3a72f807bafd4813ea41b10c5f6b1e4b))

1.1.0 - 21/09/2015
- exception is now thrown if parameters are missing

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "named-placeholders",
"version": "1.1.3",
"version": "2.0.0",
"description": "sql named placeholders to unnamed compiler",
"main": "index.js",
"scripts": {
Expand Down