@@ -12,4 +12,71 @@ Bugfixes:
12
12
13
13
Other improvements:
14
14
15
- ## [ 0.0.0] - 2020-01-01
15
+ ## [ v7.1.0] ( https://github.com/purescript-contrib/purescript-ace/releases/tag/v7.1.0 ) - 2020-09-13
16
+
17
+ * Export ` insertLines ` function (#29 )
18
+
19
+ ## [ v7.0.0] ( https://github.com/purescript-contrib/purescript-ace/releases/tag/v7.0.0 ) - 2019-02-23
20
+
21
+ Updated ` purescript-web-* ` dependencies
22
+
23
+ ## [ v6.0.0] ( https://github.com/purescript-contrib/purescript-ace/releases/tag/v6.0.0 ) - 2018-06-23
24
+
25
+ Passes ` onChange ` delta for EditSession to the callback.
26
+
27
+ ## [ v5.0.0] ( https://github.com/purescript-contrib/purescript-ace/releases/tag/v5.0.0 ) - 2018-05-27
28
+
29
+ Updated for PureScript 0.12
30
+
31
+ ## [ v4.0.0] ( https://github.com/purescript-contrib/purescript-ace/releases/tag/v4.0.0 ) - 2017-04-11
32
+
33
+ * Updated for PureScript v0.11 (@NasalMusician )
34
+
35
+ ## [ v3.0.0] ( https://github.com/purescript-contrib/purescript-ace/releases/tag/v3.0.0 ) - 2016-10-24
36
+
37
+ - Updated dependencies for PureScript 0.10.x
38
+
39
+ ## [ v2.0.0] ( https://github.com/purescript-contrib/purescript-ace/releases/tag/v2.0.0 ) - 2016-07-31
40
+
41
+ - Updated dependencies
42
+
43
+ ## [ v1.0.0] ( https://github.com/purescript-contrib/purescript-ace/releases/tag/v1.0.0 ) - 2016-06-23
44
+
45
+ Update for PureScript 0.9.1 and core libraries 1.0.
46
+
47
+ ## [ v0.11.1] ( https://github.com/purescript-contrib/purescript-ace/releases/tag/v0.11.1 ) - 2016-04-07
48
+
49
+ - Fixed various FFI errors
50
+
51
+ ## [ v0.11.0] ( https://github.com/purescript-contrib/purescript-ace/releases/tag/v0.11.0 ) - 2016-01-25
52
+
53
+ ## [ v0.10.1] ( https://github.com/purescript-contrib/purescript-ace/releases/tag/v0.10.1 ) - 2016-01-20
54
+
55
+ - Fix mutation in autocomplete
56
+
57
+ ## [ v0.10.0] ( https://github.com/purescript-contrib/purescript-ace/releases/tag/v0.10.0 ) - 2015-12-10
58
+
59
+ ## [ v0.9.0] ( https://github.com/purescript-contrib/purescript-ace/releases/tag/v0.9.0 ) - 2015-12-07
60
+
61
+ ## [ v0.8.1] ( https://github.com/purescript-contrib/purescript-ace/releases/tag/v0.8.1 ) - 2015-11-08
62
+
63
+ - The ` Ace.Types ` module is now re-exported from ` Ace `
64
+ - Options that allow autosizing behaviour are now exposed via ` Ace.Editor `
65
+
66
+ ## [ v0.8.0] ( https://github.com/purescript-contrib/purescript-ace/releases/tag/v0.8.0 ) - 2015-08-16
67
+
68
+ ## [ v0.5.0] ( https://github.com/purescript-contrib/purescript-ace/releases/tag/v0.5.0 ) - 2015-07-16
69
+
70
+ ## [ v0.4.0] ( https://github.com/purescript-contrib/purescript-ace/releases/tag/v0.4.0 ) - 2015-05-27
71
+
72
+ - The ` EAce ` effect is now called ` ACE `
73
+ - There is a new ` Ace.Config ` module for setting global configuration options such as ` basePath `
74
+ - ` TextMode ` is now a ` newtype ` for ` String ` removing the necessity of declaring ` TextMode ` values with the FFI.
75
+
76
+ ## [ v0.2.0] ( https://github.com/purescript-contrib/purescript-ace/releases/tag/v0.2.0 ) - 2015-04-13
77
+
78
+ - Updated ` purescript-foreign ` dependency
79
+
80
+ ## [ v0.1.0] ( https://github.com/purescript-contrib/purescript-ace/releases/tag/v0.1.0 ) - 2015-03-29
81
+
82
+ - Initial release
0 commit comments