Skip to content

Commit

Permalink
Added changelog, preparing release 0.4.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed Oct 25, 2015
1 parent fcbf100 commit 03f774e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 4 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Mustache library changelog

## v0.4.0.0rc-4 (current stable version)

- Removed `conversion` and `conversion-text` dependency.
- Subsequently removed any dependency on overlapping instances
- Readded support for ghc version 7.8
- Removed `Char -> Value` instance of `ToMustache` (because of overlap)
- Renamed `AST`

## v0.3.1.0rc-3

- Added infix precedence to conversion operators
- Added `INLINEABLE` pragma to conversion functions

## v0.3.0.1rc-2

Dropped GHC 7.8 support in favor of efficient and easy data conversion.

## v0.3.0.0rc-1

- improved documentation
- fixed a bug with scope
- small interface changes
10 changes: 6 additions & 4 deletions mustache.cabal
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
name: mustache
version: 0.3.1.0
version: 0.4.0.0
synopsis: A mustache template parser library.
description:
Allows parsing and rendering template files with mustache markup. See the
mustache <http://mustache.github.io/mustache.5.html language reference>.

.
Implements the mustache spec version 1.1.3.
.
/Note/: Versions including and beyond 0.4 are compatible with ghc 7.8 again.
license: BSD3
license-file: LICENSE
author: Justus Adam
maintainer: dev@justus.science
homepage: https://github.com/JustusAdam/mustache
bug-reports: https://github.com/JustusAdam/mustache/issues
-- copyright:
copyright: (c) 2015 Justus Adam
category: Development
build-type: Simple
extra-source-files: README.md
Expand All @@ -28,7 +30,7 @@ source-repository this
type: git
branch: master
location: git://github.com/JustusAdam/mustache.git
tag: v0.3.1.0rc-3
tag: v0.4.0.0rc-4



Expand Down

0 comments on commit 03f774e

Please sign in to comment.