Commit graph

442 commits

Author SHA1 Message Date
JC
83542e56a7
docs: make wording clearer
Uses same order 

Uses semantic linefeed for the section: https://rhodesmill.org/brandon/2012/one-sentence-per-line/
2019-12-25 06:16:53 -08:00
anatoly
232df7a8a3 .travis: force openjdk8 2019-08-20 23:19:55 -04:00
Anatoly
10dbbaa40b
Merge pull request #110 from dgr/tweak-composables
Update `only` and `except` single-arity parameter names.
2019-08-20 23:09:53 -04:00
Dave Roberts
5b26fb6092 Update only and except single-arity parameter names.
The single-arity parameter names for the `only` and `except` functions
did not match the same parameters in the dual-arity versions of the
same functions. This makes both arities use the same name for the same
parameter.
2019-08-13 10:38:22 -05:00
Anatoly
e9f9dfca14
[docs]: add clarification about "load-config" fn 2019-07-09 16:28:22 -04:00
Anatoly
348297ee11
[docs]: (create-conn) rephrase clarification 2019-07-09 10:28:49 -04:00
Anatoly
52831f6b3e
[docs]: add fn "create-conn" clarification 2019-07-09 09:51:44 -04:00
Anatoly
9666d3f372
Merge pull request #109 from cloojure/patch-1
Update differences-from-component.md
2019-04-11 20:12:43 -04:00
Alan Thompson
5564e367e7
Update differences-from-component.md
small typo
2019-04-11 15:36:53 -07:00
anatoly
f65ed6a266 add change log for 0.1.16 2019-01-28 10:43:58 -05:00
anatoly
6dafae195d release 0.1.16 2019-01-28 10:36:02 -05:00
Anatoly
5fab543501
Merge pull request #107 from krajj7/fix_106
prevent reloading of mount.core ns - fix https://github.com/tolitius/mount/issues/106
2019-01-28 10:32:51 -05:00
krajj7
2ba3c60995 synced project.clj version with build.boot 2019-01-26 13:13:28 +01:00
krajj7
fb52f79396 prevent reloading of mount.core ns - fix https://github.com/tolitius/mount/issues/106 2019-01-26 13:13:28 +01:00
anatoly
c5f3e4cdf8 #104: current-state should return Derefable on :cljc 2019-01-04 13:00:53 -05:00
anatoly
76e9a71a13 release 0.1.15 2018-12-04 12:15:38 -05:00
Anatoly
8de6b09989
Merge pull request #101 from arichiardi/silent-new-cljs-warning
Silent *logger* warning in latest ClojureScript
2018-11-03 22:05:14 -04:00
Andrea Richiardi
884a2b2d87
Fix project.clj version to match boot's 2018-11-03 17:10:03 -07:00
Andrea Richiardi
c2687d1b9f
Silent *logger* warning in latest ClojureScript
The latest version is a bit stricter and emits a warning for ear-muffed vars
with no ^:dynamic.
2018-11-03 17:07:15 -07:00
Anatoly
17112646f1
[docs]: <! ed badge tags 2018-11-01 18:16:43 -04:00
Anatoly
d9c4f621cd
[docs]: update a link to Alan J. Perlis quote 2018-10-26 11:48:41 -04:00
anatoly
ed1c9944f6 npm: update package.json version
also remove circle.yml
2018-10-26 08:54:42 -04:00
anatoly
e07d7d6aad onto 0.1.15-SNAPSHOT 2018-10-25 22:36:17 -04:00
Anatoly
686b79e03f
[docs]: change feedback channels format 2018-10-25 22:35:25 -04:00
Anatoly
2ff032c8b3
[docs]: add clojar shileds badge 2018-10-25 22:32:26 -04:00
Anatoly
244d834c46
[docs]: reduce slack icon 2018-10-25 22:23:57 -04:00
Anatoly
0ff5fe106c
[docs]: add travis and release badges 2018-10-25 21:52:27 -04:00
anatoly
bb23747273 switch form circle to travis 2018-10-25 19:48:40 -04:00
anatoly
2d5566ae86 release 0.1.14 2018-10-25 18:35:55 -04:00
anatoly
1acd4feb4c #100 cljs: throw js/Error not just a string 2018-10-25 15:45:41 -04:00
Anatoly
c210cc486c
docs: toc add "Disable Lazy Start" sub section 2018-10-12 14:39:01 -04:00
Anatoly
4f8384763b
docs: toc link to "cljc mode" 2018-10-12 14:33:50 -04:00
anatoly
6e848d1ee4 #99 and #95: add ^{:on-lazy-start :throw} 2018-10-12 14:22:49 -04:00
anatoly
db38d8cacd onto 0.1.14-SNAPSHOT 2018-08-07 23:28:29 -04:00
anatoly
594cc58b71 releae 0.1.13 2018-08-07 23:27:21 -04:00
Anatoly
e956dd4de5
Merge pull request #98 from dijonkitchen/patch-1
[docs]: fix spelling
2018-07-18 18:00:57 -04:00
Jonathan Chen
0a208bd275
Docs: Fix spelling 2018-07-18 14:16:41 -07:00
anatoly
5e0a4c5bfc #97: self hosted 0.1.13-SNAPSHOT 2018-05-06 20:56:57 -04:00
anatoly
562340f4dc #83: [docs] add doc string 2018-04-24 15:48:32 -04:00
anatoly
b3f3f49d64 scoping npm package: @tolitius/mount 2018-04-09 12:07:06 -04:00
Anatoly
a4552fc6ed
Merge pull request #97 from arichiardi/self-host-support
self-host ClojureScript support
2018-04-08 22:56:58 -04:00
Andrea Richiardi
697775ef45 Use more modern clojure and clojurescript in the tests 2018-04-06 22:29:43 -07:00
Andrea Richiardi
75d05e3158 Add package.json for npmjs.com publishing 2018-04-06 22:29:43 -07:00
Andrea Richiardi
dc59f3ec98 Add minimal self-host testing 2018-04-06 22:29:43 -07:00
Andrea Richiardi
1ccff026de Move macrovich macro in separate namespace and tweak
This patch makes sure we use a separate namespace for macrovich and that macros
are correctly loaded. It avoids having warnings under :advanced.  It also puts
vars back where they were before as they look in the right order.
2018-04-06 22:29:43 -07:00
Vadim Platonov
be6e9be246 Works under self-hosted Clojurescript 2018-04-06 21:50:17 -07:00
Anatoly
52e360f3ab
Merge pull request #96 from hipitihop/patch-1
Update differences-from-component.md
2018-04-05 11:30:13 -04:00
Denis Johnson
fdb85e0fe2
Update differences-from-component.md
Removed redundant `is`
2018-04-05 14:04:49 +10:00
anatoly
e247636be6 reformat all with linter 2018-03-15 23:50:49 -04:00
Anatoly
e032a6ef54
[changelog]: formatting 2018-02-10 14:57:58 -05:00