Commit graph

472 commits

Author SHA1 Message Date
anatoly
fcdff7577a on to 0.1.23 2025-05-04 16:56:19 -04:00
Anatoly
984979b347
Merge pull request #139 from jwr/fixed-logging
fix parameters of goog.log functions to prevent compiler warnings
2025-05-04 16:48:36 -04:00
Jan Rychter
2f4d1a3581 fix parameters of goog.log functions to prevent compiler warnings 2025-04-30 15:36:35 +09:00
anatoly
2bca9089b8 including clj-kondo fix 2025-01-31 12:58:10 -05:00
Anatoly
656af38802
Merge pull request #138 from NoahTheDuke/nb/fix-clj-kondo-config-3
Fix clj-kondo config, part 3: Remove wrapping atom from clj-kondo hook
2025-01-31 12:56:51 -05:00
Noah Bogart
bfd7adf98f Remove wrapping atom from clj-kondo hook 2025-01-29 14:58:39 -05:00
anatoly
08173bc6a1 0.1.20
includes clj-kondo config fix #137
2024-11-04 10:22:00 -05:00
Anatoly
3fc6c58cd6
Merge pull request #137 from NoahTheDuke/nb/fix-clj-kondo-config-2
Fix clj-kondo config, part 2
2024-11-04 10:19:54 -05:00
Noah Bogart
ccaf99910c clj-kondo: Fix docstrings 2024-10-23 15:12:07 -04:00
Noah Bogart
9c588f68c2 clj-kondo: lint defstate as atom 2024-10-23 14:53:41 -04:00
Anatoly
f16d7004ee
Merge pull request #134 from tolitius/dependabot/maven/org.clojure-clojure-1.11.2
Bump org.clojure:clojure from 1.11.1 to 1.11.2
2024-08-22 21:29:37 -04:00
dependabot[bot]
3caea10121
Bump org.clojure:clojure from 1.11.1 to 1.11.2
Bumps [org.clojure:clojure](https://github.com/clojure/clojure) from 1.11.1 to 1.11.2.
- [Changelog](https://github.com/clojure/clojure/blob/master/changes.md)
- [Commits](https://github.com/clojure/clojure/compare/clojure-1.11.1...clojure-1.11.2)

---
updated-dependencies:
- dependency-name: org.clojure:clojure
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-22 02:54:08 +00:00
anatoly
fb09fef496 on to 0.1.19 2024-08-21 22:53:31 -04:00
Anatoly
b89b930ec2
Merge pull request #133 from NoahTheDuke/nb/fix-clj-kondo-config
Update defstate clj-kondo hook to return a var
2024-08-21 22:43:40 -04:00
Noah Bogart
4065f5df36 Update defstate clj-kondo hook to return a var 2024-07-11 11:41:52 -04:00
Anatoly
632977ff41
update the "Structure and Interpretation of Computer Programs" link 2024-07-01 13:45:07 -04:00
anatoly
5275023b38 add deps.edn 2024-03-05 22:49:19 -05:00
anatoly
ad6ca6fb5e up to 0.1.18 2024-03-04 18:43:40 -05:00
Anatoly
eff4c04f21
Merge pull request #130 from rajcspsg/issue_128
Add clojure-kondo for mount.defstate
2024-03-04 18:39:28 -05:00
Rajkumar Natarajan
5df6c941f7 incorporate the review comments for .clj-kondo 2024-03-02 15:15:55 -08:00
Rajkumar Natarajan
098b56d14f Add clojure-kondo for mount.defstate 2023-05-30 13:47:07 -07:00
Anatoly
58e2ded430
[doc]: remove the broken travis ci link 2023-04-15 23:00:17 -04:00
anatoly
8a3fc385a2 update changelog: 0.1.17 2022-12-19 15:20:16 -05:00
anatoly
2d050e9055 fix: swap-states non string rollback
thanks to @egg-juxt for bringing it up
2022-12-19 15:17:38 -05:00
Anatoly
b77f504cfd
Merge pull request #122 from rgkirch/patch-1
Update README.md
2021-11-24 16:23:40 -05:00
rgkirch
5ac52b725b
Update README.md 2021-11-20 16:46:43 -05:00
Anatoly
c85da6149c
docs: update license year 2020-09-10 20:12:54 -04:00
anatoly
6cf5390a44 up cljs-repl version for examples 2020-07-31 20:27:04 -04:00
anatoly
bc3924aedf add yang dep for examples 2020-07-30 16:30:29 -04:00
Anatoly
5d992042e4
Merge pull request #114 from dijonkitchen/patch-1
docs: make wording clearer
2019-12-26 09:39:10 -05:00
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