Skip to content

Commit 07e0fbf

Browse files
release: 2023-08-14
Updates since 10 March 2023
1 parent 9a2df40 commit 07e0fbf

File tree

1 file changed

+105
-7
lines changed

1 file changed

+105
-7
lines changed

CHANGELOG.md

Lines changed: 105 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,113 @@
11
# Changelog
22

3-
## Unreleased
4-
ci: spell lychee & repository trufflehog linters warn only (false positives)
3+
# Unreleased
54

6-
### Added
7-
### Changed
5+
# 2023-08-14
86

9-
* 2023-03-10
10-
### Added
7+
## Added
8+
9+
- mkdocs: 404 & announcement override
10+
- automation: overview of automation tools
11+
- automation: make page
12+
- dev: add `lint-fix` MegaLiner task
13+
- ci: monthly version check with antq
14+
- ci: cron docs & examples in scheduled version check
15+
- challenge: salary slip generator kata with basic example
16+
17+
## Changed
18+
19+
- projects: link to example random clojure function project
20+
- project: build script with tools.build updates
21+
- install: example of linux-install script version number
22+
- ci: update name of sponsorship file
23+
- readme: update links for mkdocs instructions
24+
- install: linux-install scripts include version number
25+
- install: linux install script for latest stable
26+
- challenges: recent song list kata refactor
27+
- clojure-cli: remove less common aliases
28+
- alternative: deprecate reveal page
29+
- clojure-cli: add arguments in execution options
30+
- clojure-cli: defining aliases rewrite
31+
- intro: update logic examples in 15 mins clojure
32+
- ci: megalinter documentation flavor v6.22.2
33+
- inspect: update link to Portal Editor section in clj-docs
34+
- inspect: reorder flow of portal page
35+
- inspect: portal alias update and enhanced docs
36+
- inspector: Yaml support for Portal for Clojure/jvm only
37+
- inspector: portal page updates
38+
- intro: icon search in writing tips
39+
- clojure-cli: enhance repl startup description and examples
40+
- readme: update github status links for book
41+
- testing: hint to ensure code evaluates before running tests
42+
- testing: update Practicalli Clojure CLI Config links
43+
- testing: rewrite kaocha test runner page
44+
- testing: rewrite test runner introduction
45+
- challenge: add salary slip generator to kata index
46+
- simple-projects: update create project code
47+
- simple-projects: update create project rna transcription
48+
- simple-projects: update create project clacks messages
49+
- simple-projects: update create project in ceaser cypher
50+
- simple-projects: update create project in most common word
51+
- challenge: update tripple lock kata
52+
- challenge: update mutants assemble kata
53+
- challenge: update recent-song list kata
54+
- clojure-cli: update create project from template page
55+
- link: update Practicalli Clojure CLI config
56+
- intro: repl workflow updates - links and images
57+
- intro: improve about book description
58+
- intro: key bindings for book navigation
59+
- clojure-cli: remove find-deps from repl startup
60+
- alias: :dev/environment corrections
61+
- format: updated from local MegaLinter run
62+
- inspector: update portal configuration
63+
- dev: add test to .PHONY
64+
- dev: mega-linter-runner no install & remove container
65+
- ci: update workflows to practicalli common configuration
66+
- content: update `:dev/env` and `:test/env aliases
67+
- projects: deps-new and practicalli project-templates
68+
- clojure-cli: practicalli REPL Reloaded hotload & updates
69+
- content: remove redundant Leiningen content
70+
- ci: markdown lint configuration - minimise false positives
71+
- mkdocs: update practicalli logo
72+
- mkdocs: order features alphabetically
73+
- intro: embed local and external files in code blocks
74+
- challenge: update tdd-kata song list example
75+
- ci: specify paths triggering book publish
76+
- ci: megalinter action version 7
77+
- ci: simplify megalinter config and workflow
78+
- mkdocs: updated practicalli logo
79+
- dev: makefile variables for megalinter_runner & mkdocs_server
80+
- projects: use :project/build alias
81+
- projects: refactor package section
82+
- challenges: add nucleotide count exercism
83+
- challenges: update rna transcription exercism
84+
- challenges: format exercism overview page
85+
- challenges: repl workflow in exercism overview page
86+
- challenges: approach to solving challenges
87+
- install: update overview and related project links
88+
- clojure-cli: clearer wording on user config scope
89+
- intro: update sponsorship description
90+
- clojure-cli: repl startup requires clojure.core
91+
- clojure-cli: improve terminal repl description
92+
- clojure-cli-config: link to project templates directory
93+
- challenges: update exercism section and and REPL workflow
94+
- ci: spell lychee & repository trufflehog linters warn only (false positives)
95+
- install: unattended aternative local location for Clojure CLI
96+
- clojure-cli: rewrite Clojure REPL section
97+
- automation: rewrite automation overview
98+
- intro: rewrite introduction on front page
99+
- intro: more examples in 15 mins page
100+
- intro: rewrite and simplify book introduction
101+
- install: GitHub release location for Clojure CLI linux install script
102+
- install: linux script is also used to update to latest version
103+
- install: update Practicalli Clojure CLI Config GitHub URLs
104+
105+
106+
# 2023-03-10
107+
108+
## Added
11109
- started a changelog
12-
### Changed
110+
## Changed
13111
- [#90](https://github.com/practicalli/clojurescript/issues/90) convert ClojureScript book to MkDocs
14112
- Update figwheel logo name
15113
- Update ClojureScript REPL workflow image

0 commit comments

Comments
 (0)