generated from tpl/purs
Generate CHANGELOG.md
This commit is contained in:
parent
680da31ee1
commit
8329268ff7
26
CHANGELOG.md
Normal file
26
CHANGELOG.md
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
## Expose connection pieces (29/02/2020)
|
||||||
|
* Expose `connect` and `ConnectResult` (@srghma)
|
||||||
|
|
||||||
|
* Remove unused type alias `Database` (@srghma)
|
||||||
|
---
|
||||||
|
|
||||||
|
## v2.1.0 (08/06/2017)
|
||||||
|
- Add `Foreign` instances.
|
||||||
|
---
|
||||||
|
|
||||||
|
## v2.0.0 (03/06/2017)
|
||||||
|
- Remove support for tuples as rows, because they are slow and the error messages are bad.
|
||||||
|
- Add types for rows with up to 19 fields.
|
||||||
|
- Test `withTransaction`.
|
||||||
|
- Use `makeAff` and `liftEff` in favor of importing PureScript modules from FFI modules.
|
||||||
|
---
|
||||||
|
|
||||||
|
## v1.0.0 (06/05/2017)
|
||||||
|
- Clarify that purspgpp is optional.
|
||||||
|
- Add tests.
|
||||||
|
---
|
||||||
|
|
||||||
|
## v0.0.27 (04/05/2017)
|
||||||
|
- Update for PureScript 0.11.
|
@ -5,6 +5,7 @@
|
|||||||
"pg": "^6.1.2"
|
"pg": "^6.1.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"github-release-notes": "^0.17.1",
|
||||||
"paluh-litps": "^0.1.4",
|
"paluh-litps": "^0.1.4",
|
||||||
"pulp": "^13.0.0"
|
"pulp": "^13.0.0"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user