Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

Commit

Permalink
Merge pull request #14 from wvlet/release-1.2.1
Browse files Browse the repository at this point in the history
Release 1.2.1
  • Loading branch information
xerial committed Apr 4, 2017
2 parents b2005cc + c441abb commit 0001f49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release Notes
====

## 1.2.1 (Upgrade only for Scala.js)
- Add JSConsoleLogHandler for coluful loggin in browser console.
- Add wvlet.log.setDefaultLogLevel(level) for setting a log level in js console.
- Using a custom build of scala-js-java-logging for fixing a problem: https://github.com/scala-js/scala-js-java-logging/pull/12

## 1.2
- Support Scala.js
- The usage is same. Just add `wvlet.log.LogSupport` in your traits.
Expand Down
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ lazy val log =
)
.jsSettings(
libraryDependencies ++= Seq(
"org.xerial.thirdparty.org_scala-js" %%% "scalajs-java-logging" % "0.1.1-pre1"
"org.xerial.thirdparty.org_scala-js" %%% "scalajs-java-logging" % "0.1.1-pre3"
)
)

lazy val logJVM = log.jvm
lazy val logJS = log.js

0 comments on commit 0001f49

Please sign in to comment.