Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
tdammers committed Jun 26, 2017
1 parent 7ebf190 commit 1c2fe37
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## 0.4.2.0

- Handle SQL NULL more leniently in the SQL backend; NULL values in the result
set are now passed to Ginger as null, rather than failing.
- Multi-query SQL backend: the SQL backend now accepts an alternative
spec syntax. Instead of `query` and `params`, it can now also take just one
`queries` key, containing a list of query string + params array pairs.
Queries are executed against the params they come with, in order, and all the
queries in the backend are run within the same transaction.
- Turned on partial pattern match warnings, and fixed them all.
- Added a missing template in an example project
- Expose backend data in templated rule specs. This means that it is now
possible to change, for example, the selected template, or the redirect
target, based on backend data.

## 0.4.1.2

- Serve html as utf-8 on apache for baked site
- Bugfix: Put baked .htaccess in the correct directory

## 0.4.1.1

- Generate .htaccess when baking

## 0.4.1.0

- Make the 'bake' command also generate a 404 page

## 0.4.0.0

- Added 'bake' command, putting sprinkles in static site generator mode.
Expand Down
2 changes: 1 addition & 1 deletion sprinkles.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sprinkles
version: 0.4.1.2
version: 0.4.2.0
synopsis: JSON API to HTML website wrapper
description: Please see README.md
homepage: https://bitbucket.org/tdammers/sprinkles
Expand Down

0 comments on commit 1c2fe37

Please sign in to comment.