Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deg committed Jan 16, 2018
1 parent d3bf012 commit 7192dfc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Change Log

## [Unreleased]
- Update Clojure dependency
- (no changes yet)

## [0.5.0]
- Update Clojure and Firebase dependencies

## [0.4.0]
- Dependency change: Replace Sodium library with Iron
Expand All @@ -14,14 +17,15 @@
- Use Firebase 4.4.0

## [0.2.0]
- Add Facebook, Twitter, and Github auth
- Add Facebook, Twitter, and Github authg

## [0.1.0]
- Initial project: Wrapper around Firebase
- Support basic read/write/watch
- Google auth

[Unreleased]: https://github.com/deg/re-frame-firebase/compare/0c4cb21...HEAD
[0.5.0]: https://github.com/deg/re-frame-firebase/compare/0c4cb21...HEAD
[0.4.0]: https://github.com/deg/re-frame-firebase/compare/41e6695...0c4cb21
[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
Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
;;; Author: David Goldfarb ([email protected])
;;; Copyright (c) 2017, David Goldfarb

(defproject com.degel/re-frame-firebase "0.5.0-SNAPSHOT"
(defproject com.degel/re-frame-firebase "0.5.0"
:description "A re-frame wrapper around firebase"
:url "https://github.com/deg/re-frame-firebase"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/clojurescript "1.9.946"]
[cljsjs/firebase "4.4.0-1"]
[cljsjs/firebase "4.8.1-0"]
[re-frame "0.10.2"]
[reagent "0.7.0"]
[com.degel/iron "0.1.1"]]
[com.degel/iron "0.2.0"]]
:jvm-opts ^:replace ["-Xmx1g" "-server"]
:cljsbuild {:builds {}} ; prevent https://github.com/emezeske/lein-cljsbuild/issues/413
:plugins [[lein-npm "0.6.2"]]
Expand Down

0 comments on commit 7192dfc

Please sign in to comment.