Skip to content

Commit 18bb41f

Browse files
committed
0.0-3115
1 parent f661962 commit 18bb41f

File tree

2 files changed

+38
-3
lines changed

2 files changed

+38
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ ClojureScript is a new compiler for [Clojure](http://clojure.org) that targets J
44

55
## Releases and dependency information ##
66

7-
Latest stable release: 0.0-3058
7+
Latest stable release: 0.0-3115
88

99
* [All released versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22)
1010

1111
[Leiningen](http://github.com/technomancy/leiningen/) dependency information:
1212

1313
```
14-
[org.clojure/clojurescript "0.0-3058"]
14+
[org.clojure/clojurescript "0.0-3115"]
1515
```
1616

1717
[Maven](http://maven.apache.org) dependency information:
@@ -20,7 +20,7 @@ Latest stable release: 0.0-3058
2020
<dependency>
2121
<groupId>org.clojure</groupId>
2222
<artifactId>clojurescript</artifactId>
23-
<version>0.0-3058</version>
23+
<version>0.0-3115</version>
2424
</dependency>
2525
```
2626

changes.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## 0.0-3115
2+
3+
### Enhancements
4+
* CLJS-806: support ^:const
5+
* CLJS-1115: Reusable repl-bootstrap! fn
6+
7+
### Changes
8+
* CLJS-667: validate extend-type and extend-protocol shape
9+
* CLJS-1112: :repl-requires option for REPL evaluation environment
10+
* CLJS-1111: browser REPL should have no side effects until -setup
11+
12+
### Fixes
13+
* CLJS-1085: Allow to pass test environment to cljs.test/run-all-tests
14+
* CLJS-867: extend-type with Object methods requires multi-arity style definition
15+
* CLJS-1118: cljs.repl/doc support for protocols
16+
* CLJS-889: re-pattern works on strings containing \u2028 or \u2029
17+
* CLJS-109: Compiler errors/warnings should be displayed when cljs namespace 'package' names start with an unacceptable javascript symbol
18+
* CLJS-891: Defs in "parent" namespaces clash with "child" namespaces with the same name?
19+
* CLJS-813: Warn about reserved JS keyword usage in namespace names
20+
* CLJS-876: merged sourcemap doesn't account for output-wrapper
21+
* CLJS-1062: Incorrect deftype/defrecord definition leads to complex error messages
22+
* CLJS-1120: analyze-deps does not appear to work when analyzing analysis caches
23+
* CLJS-1119: constant table emission logic is incorrect
24+
* CLJS-977: implement IKVReduce in Subvec
25+
* CLJS-1117: Dependencies in JARs don't use cached analysis
26+
* CLJS-689: js/-Infinity munges to _Infinity
27+
* CLJS-1114: browser REPL script loading race condition
28+
* CLJS-1110: cljs.closure/watch needs to print errors to *err*
29+
* CLJS-1101 cljs.test might throw when trying to detect file-and-line
30+
* CLJS-1090: macros imported from clojure.core missing docs
31+
* CLJS-1108: :modules :output-to needs to create directories
32+
* CLJS-1095: UUID to implement IComparable
33+
* CLJS-1096: Update js/Date -equiv and -compare semantics based on Date.valueOf() value
34+
* CLJS-1102 clojure.test should print column number of exception when available
35+
136
## 0.0-3058
237

338
### Enhancements

0 commit comments

Comments
 (0)