File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ ## [ Unreleased]
4+ ### Added
5+ - Changelog.
6+
7+ ## [ 0.3.0] - 2016-10-29
8+ ### Added
9+ - Cabal flag ` debug-queries ` .
10+ - Support for nullable columns.
11+
12+ ## [ 0.2.1] - 2016-09-19
13+ ### Added
14+ - Cabal flags ` db-tests ` , ` older-call-syntax ` .
15+
16+ ## [ 0.2.0] - 2016-08-21
17+ ### Added
18+ - Cabal flag ` dev ` .
19+ ### Changed
20+ - Relicensed to ` BSD3 ` .
21+ - Refactored tests (now using ` hspec ` ).
22+ - Refactored internals.
23+
24+ ## 0.1.0 - 2016-05-28
25+ ### Added
26+ - Initial version of the package.
27+
28+ [ Unreleased ] : ../../compare/v0.3.0...HEAD
29+ [ 0.3.0 ] : ../../compare/v0.2.1...v0.3.0
30+ [ 0.2.1 ] : ../../compare/v0.2.0...v0.2.1
31+ [ 0.2.0 ] : ../../compare/v0.1.0...v0.2.0
32+
Original file line number Diff line number Diff line change @@ -6,12 +6,14 @@ license: BSD3
66license-file : LICENSE
77author : Al Zohali
88maintainer : Al Zohali <zohl@fmap.me>
9- -- copyright:
9+
1010category : Database
1111build-type : Simple
12- -- extra-source-files:
1312cabal-version : >= 1.10
1413
14+ extra-source-files :
15+ CHANGELOG.md
16+
1517flag dev
1618 description : Turn on development settings.
1719 manual : True
You can’t perform that action at this time.
0 commit comments