File: ChangeLog.md

package info (click to toggle)
haskell-yesod 1.6.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 108 kB
  • sloc: haskell: 507; makefile: 2
file content (57 lines) | stat: -rw-r--r-- 1,221 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# ChangeLog for yesod

## 1.6.2.1

* Support `template-haskell-2.19.0.0` [#1769](https://github.com/yesodweb/yesod/pull/1769)

## 1.6.2

* aeson 2

## 1.6.1.2

* Fix compatibility with template-haskell 2.17 [#1730](https://github.com/yesodweb/yesod/pull/1730)

## 1.6.1.1

* Allow yesod-form 1.7

## 1.6.1.0

* `widgetFileReload` and `widgetFileNoReload` now use absolute paths via the new `globFilePackage` Q Exp which can provide absolute templates paths within the project [#1691](https://github.com/yesodweb/yesod/pull/1691)

## 1.6.0.2

* Replace deprecated decodeFile with decodeFileEither. This should have no semantic impact, but silences a deprecation warning. [#1658](https://github.com/yesodweb/yesod/pull/1658)

## 1.6.0.1

* Remove unnecessary deriving of Typeable

## 1.6.0

* Upgrade to yesod-core 1.6

## 1.4.5

* Fix warnings

## 1.4.4

* Reduce dependencies

## 1.4.3.1

*  Handle exceptions while writing a file in `addStaticContentExternal`

## 1.4.3

* Switch to `Data.Yaml.Config`

## 1.4.2

* Do not parse string environment variables into numbers/booleans [#1061](https://github.com/yesodweb/yesod/issues/1061)

## 1.4.1

Provide the `Yesod.Default.Config2` module, for use by newer scaffoldings.