-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathChanges
95 lines (54 loc) · 1.92 KB
/
Changes
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Newest at the top.
2.4.17
- PR #94. Change code generate for `mergeAppend` to avoid triggering GHC bug
- Fixes generated code for GHC-8.10
- Some more small improvements of the generated code
2.4.16
- PR #93. Fix up a534ea to support older base16-bytestring again, via CPP
2.4.15
- PR #92. Allow newer haskell-src-exts and test for GHC-8.10.2
- PR #90. Use base16-bytestring >= 1.0.0.0 after 'decode' API change
2.4.14
- Issue #89 defaultUserHooks in Setup.hs is deprecated
2.4.13
- Fix build for GHC-8.8
2.4.12
- New option to derive ToJSON/FromJSON
- Fix build for GHC-8.6
- Drop support for GHC-7.10
- New testsuite
2.4.11
- pr #66. Attach deriving Typeable to data declaration in hs-boot files
- pr #65. Fix time complexity of serialization
2.4.10
- pr #59. Add Semigroup instance
2.4.9
- pr #48. Make parser float support natural or float data format
2.4.8
- pr #58. Fix build for HSE-1.20
2.4.7
- pr #57. Add GHC 8.4 support (add Semigroup instances)
2.4.6
- issue #55. Constraint haskell-src-exts to be < 1.20
2.4.5
- pr #54. Support haskell-src-exts 1.18
2.4.4
- pr #53. Allow decimal places at the end of line
2.4.3
- pr #50. restrict haskell-src-exts version constraint
2.4.2
- fix version constraints
2.4.1
- issue #10, pr #47. Fixed not to lookup a entity defined in the parent package
2.3.1:
- add Generic deriving
2016-03-22 2.3.0:
- Dump to text as decimal instead of octal (PR #34)
- Oneof lenses
2008-09: 0.3.1:
- Change Parser.hs to allow negative enum values to match actual behavior of protoc.
- Use runST & castSTUArray for both Float and Double conversion to Word32 and Word64.
- Adding UnknownField support controlled by "-u" flag to hprotoc.
- Fix messageGet to use the new 'isReallyEmpty' and Parial Results get Nothing, to work better.
- Fix default instances of Descriptor messages to be Nothing instead of Just defaultValue.
2008-09 : version 0.2.9 released. This is the first working release.