This repository has been archived by the owner on Jul 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 135
/
CHANGELOG
107 lines (78 loc) · 2.56 KB
/
CHANGELOG
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
96
97
98
99
100
101
102
103
104
105
106
107
0.1.40:
* Support for GHC 8.6.5
0.1.39:
* Support for GHC 8.6.4
0.1.38:
* Fix bug of getting encoding for networked queries
0.1.37:
* Fix completion listing deferred names
0.1.36:
* Fix handling of unicode for type/info queries
0.1.35:
* Support for GHC 8.6.3
0.1.34:
* Support for GHC 8.6.1
0.1.33:
* Support for GHC 8.4.4
0.1.32:
* Support for GHC 8.4.3
0.1.31:
* Collecting type info no longer prints messages
0.1.29:
* Support GHC 8.4
0.1.27:
* Add experimental :fill command.
0.1.23:
* :cd handles quoted filepaths properly
0.1.22:
* Support for :move and :sleep
0.1.20:
* More robust name finding, fixes bug https://github.com/commercialhaskell/intero/issues/98
0.1.19:
* Support completion of qualified identifiers
0.1.18:
* Completion in the REPL gets updated properly when imports
added/removed https://github.com/commercialhaskell/intero/issues/112
0.1.17:
* :unset -XFoo now works
0.1.16:
* Re-add back collecting type info after any load
0.1.14:
* Bring back :completion
0.1.13:
* Fix bug in :type-at returning outer span info (https://github.com/commercialhaskell/intero/issues/47)
0.1.12:
* Emacs mode automatically installs latest intero.
* intero-list-buffers command.
* Fix cl-case reference
* Add warning when used outside of stack exec/stack ghci
* Transfer to commercialhaskell
0.1.11:
* Support --version
0.1.10:
* Completion for module's local imports and definitions (https://github.com/chrisdone/intero/issues/31)
* Starting the REPL takes the targets chosen for the backend
* Prompt displays interrobang for cuteness (https://github.com/chrisdone/intero/issues/40)
0.1.9:
* Support GHC 8
* Fix completion before any module is loaded (https://github.com/chrisdone/intero/issues/34)
* Add completion for custom commands
* Add data-files entry for Emacs Lisp code
* Collect type-info whenever anything is loaded (https://github.com/chrisdone/intero/issues/37)
0.1.8:
* Don't use -dynamic on Windows.
0.1.7:
* Remove "flags: " message
0.1.6:
* Make better, more liberal :type-at (https://github.com/chrisdone/intero/issues/29)
* Better argument parser for :type-at, :loc-at, :uses
* Retain names that were in scope after a successful load for :complete
0.1.5:
* Add upper bound for GHC (https://github.com/chrisdone/intero/issues/27)
0.1.4:
* Fix cache invalidation bug for interpreted mode (https://github.com/chrisdone/intero/issues/1)
0.1.3:
* Added test suite
* Fix bug in :type-at that excluded a type constraint (https://github.com/chrisdone/intero/issues/14)
0.1.2:
* Fixed bug in :uses, by using location equality.