Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Release 1.8.0 #358

Merged
merged 1 commit into from
Feb 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Changelog

## [master](https://github.com/anmonteiro/lumo/compare/1.8.0-beta...HEAD) (unreleased)
## [master](https://github.com/anmonteiro/lumo/compare/1.8.0...HEAD) (unreleased)

## [1.8.0](https://github.com/anmonteiro/lumo/compare/1.8.0-beta...1.8.0) (2018-02-15)

### New features

- Remove #_=> from pasted code ([#261](https://github.com/anmonteiro/lumo/issues/261)).
- Allow CLJS require from `node_modules` ([#130](https://github.com/anmonteiro/lumo/issues/130)).
- Make `dir` work on aliases.
- Add spec completions ([#279](https://github.com/anmonteiro/lumo/pull/279)).
- Handle scoped packages when loading Cljs from node dirs ([#300](https://github.com/anmonteiro/lumo/pull/300)).
- Added `lumo.build.api/watch` ([#321](https://github.com/anmonteiro/lumo/issues/321)).

### Bug fixes
Expand All @@ -20,6 +24,7 @@
- Don't look for the REPL history file in the user's home directory if one doesn't exist ([#309](https://github.com/anmonteiro/lumo/issues/309)).
- Use `tools.reader` with the unicode literal / cljs.core/bit-or warning ([#341](https://github.com/anmonteiro/lumo/issues/341)).
- Auto-completion fails with numbers in ns names ([#332](https://github.com/anmonteiro/lumo/issues/332))
- WARNING: cljs.core/bit-or, all arguments must be numbers ([#341](https://github.com/anmonteiro/lumo/issues/341)).
- Add common metadata keys to completion keywords ([#344](https://github.com/anmonteiro/lumo/issues/344)).

### Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lumo",
"version": "1.8.0-beta",
"version": "1.8.0",
"description": "Fast, cross-platform, standalone ClojureScript REPL",
"author":
"António Nuno Monteiro <anmonteiro@gmail.com> (https://anmonteiro.com)",
Expand Down
2 changes: 1 addition & 1 deletion packages/lumo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lumo-cljs",
"version": "1.8.0-beta",
"version": "1.8.0",
"description": "Fast, cross-platform, standalone ClojureScript REPL",
"author":
"António Nuno Monteiro <anmonteiro@gmail.com> (https://anmonteiro.com)",
Expand Down