You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.adoc
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,6 @@ Rewrite-cljs users migrating to rewrite-clj v1 are now at, and will remain at, f
75
75
* Moved from potemkin import-vars to static template based version https://github.com/clj-commons/rewrite-clj/issues/98[#98]:
76
76
** Avoids frustration/mysteries of dynamic import-vars for users and maintainers
77
77
** Argument names now correct in API docs (some were gensymed previously)
78
-
** Line numbers for protocols in API docs are now correct
79
78
** Also turfed use of custom version of potemkin defprotocol+ in favor of plain old defprotocol. Perhaps I missed something, but I did not see the benefit of defprotocol+ for rewrite-clj v1.
80
79
81
80
==== Internal changes (developer facing)
@@ -85,7 +84,7 @@ Rewrite-cljs users migrating to rewrite-clj v1 are now at, and will remain at, f
85
84
** In a pure form where library and tests are compiled
86
85
** Via sci where a sci exposed rewrite-clj is compiled, then tests are interpreted.
87
86
* Now automatically testing rewrite-clj against popular libs https://github.com/clj-commons/rewrite-clj/issues/124[#124]
88
-
* Now linting source with clj-kondo, added some custom hooks for our variations on import-vars
87
+
* Now linting source with clj-kondo
89
88
* Code coverage reports now generated for Clojure unit test run and sent to codecov.io
90
89
* Can now preview for cljdoc locally via `script/cljdoc_preview.clj`
91
90
* API diffs for rewrite-clj v1 vs rewrite-clj v0 vs rewrite-cljs can be generated by `script/gen_api_diffs.clj`
@@ -129,7 +128,7 @@ Prior to v1, was stored as a keyword.
129
128
** The following namespaced element `sexpr` examples assume:
130
129
*** `\*ns*` is bound to `user` namespace (important only for rewrite-clj v0):
131
130
*** We are using the default auto-resolve function for rewrite-clj v1
132
-
*** That you will refer to the link:01-user-guide.adoc#namespaced-elements[User Guide] for more detailed examples of v1 behaviour
131
+
*** That you will refer to the link:doc/01-user-guide.adoc#namespaced-elements[User Guide] for more detailed examples of v1 behaviour
0 commit comments