You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ This library aims to extend the features of honeysql to support postgres specifi
10
10
This project follows the version scheme MAJOR.MINOR.COMMITS where MAJOR and MINOR provide some relative indication of the size of the change, but do not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names). COMMITS is an ever-increasing counter of commits since the beginning of this repository.
11
11
12
12
### NPM
13
-
From version `0.3.104` and onwards, new releases to `npmjs` will not be pushed. The last release available on npmjs is [0.2.6](https://www.npmjs.com/package/@honeysql/honeysql-postgres).
13
+
From version `0.3.104` and onwards, new releases to [npmjs](https://www.npmjs.com) will not be pushed.
14
+
The last available release on npmjs is [0.2.6](https://www.npmjs.com/package/@honeysql/honeysql-postgres).
14
15
15
16
### Known breaking change
16
17
Implementation of `over` has been changed (from `0.2.2`) to accept alias as an option and define the aggregator-function within the over clause and not in the select clause, this allows the inclusion of multiple window-functions which was not possible in the previous implementation.
@@ -232,56 +233,56 @@ The `ilike` and `not-ilike` operators can be used to query data using a pattern
232
233
### SQL functions
233
234
234
235
The following are the SQL functions added in `honeysql-postgres`
0 commit comments