Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deg committed Nov 26, 2017
1 parent 7e6760a commit 0c4cb21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log

## [Unreleased]
- _(nothing yet)_

## [0.4.0]
- Dependency change: Replace Sodium library with Iron
- Make :-on handler more error-resistant

Expand All @@ -18,7 +21,8 @@
- Support basic read/write/watch
- Google auth

[Unreleased]: https://github.com/deg/re-frame-firebase/compare/41e6695...HEAD
[Unreleased]: https://github.com/deg/re-frame-firebase/compare/HEAD...HEAD
[0.4.0]: https://github.com/deg/re-frame-firebase/compare/41e6695...HEAD
[0.3.0]: https://github.com/deg/re-frame-firebase/compare/90f163f...41e6695
[0.2.0]: https://github.com/deg/re-frame-firebase/compare/4804b1f...90f163f
[0.1.0]: https://github.com/deg/re-frame-firebase/compare/b2f1711...4804b1f
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ them as I need. But, I am receptive to feature requests and happy to accept PRs.
[![Dependencies Status](https://versions.deps.co/deg/re-frame-firebase/status.svg)](https://versions.deps.co/deg/re-frame-firebase)

- Add this project to your dependencies. The current version is
`[com.degel/re-frame-firebase "0.3.0"]`. Note this this automatically includes firebase
too; currently v4.4.0.
`[com.degel/re-frame-firebase "0.4.0"]`. Note this this automatically includes firebase
too; currently v4.4.0-1.
- Reference the main namespace in your code: `[com.degel.re-frame-firebase :as firebase]`
- Initialize the library in your app initialization, probably just before you call
`(mount-root)`. See below for details.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; Author: David Goldfarb (deg@degel.com)
;;; Copyright (c) 2017, David Goldfarb

(defproject com.degel/re-frame-firebase "0.4.0-SNAPSHOT"
(defproject com.degel/re-frame-firebase "0.4.0"
:description "A re-frame wrapper around firebase"
:url "https://github.com/deg/re-frame-firebase"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 0c4cb21

Please sign in to comment.