Skip to content

Latest commit

 

History

History
109 lines (74 loc) · 3.25 KB

CHANGELOG.adoc

File metadata and controls

109 lines (74 loc) · 3.25 KB

Changelog

Unreleased

*

v1.0.802

  • ci: bump from JDK 21 to JDK 23 (to verify all is good on JDK 23)

  • Bump deps

v1.0.792

  • Bump cljdoc-shared

v1.0.789

  • Bump deps

v1.0.784

  • For Clojure analysis, exclude ns x defined in .cljc source if it is already defined in .clj source. #101

  • Bump deps

v1.0.779

  • Fix regression: its ok for an artifact to have no Clojure sources #98

v1.0.776

  • Fix regression in ClojureScript analysis of zprint (and perhaps for other libs that use sci) #95

v1.0.771

  • Support analysis of clojure itself (v1.7+) #53

  • Internal :namespaces option now applied before analysis #92

v1.0.759

  • Bump deps

  • Referenced maven repos now auto-upgraded to https #87

  • Fix: analysis duration reporting could throw #89

v1.0.750

  • ClojureScript analysis should now be able to handle analyzing libs with deps that use JavaScript requires #84

  • Artifacts that reference non-default maven repos now analyze properly for user-facing cmd line #78

  • Omit blank docstrings from analysis #80

  • Fix: some cljs-only libs auto-detected also as clj libs #82

v1.0.731

  • Bump deps

  • Pick up :arglists metadata for cljs analysis #71

v1.0.724

  • Bump deps

  • Parse poms less naively cljdoc#742 #66

  • Internal dev-facing stuff:

    • Add eastwood linting #67

v1.0.718

  • Bump default versions of Clojure, ClojureScript used for analysis #60

  • Bump deps

v1.0.705

  • Exclude MrAnderson inlined namespaces #4

  • Bump deps

v1.0.702

  • Exclude vars starting with and map→ to the factory fns generated by deftype and defrecord cljdoc/cljoc#444

  • Now supressing MyType and MyRecord for deftype MyType and defrecord MyRecord cljdoc/cljdoc#645

v1.0.699

  • Add support for ClojureScript 1.11 #54

  • Bump deps

v1.0.695

  • Add release workflow with tagging and versioning #47

  • Start to track changes in changelog