Skip to content

Commit

Permalink
update: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-moskal committed Sep 23, 2024
1 parent bdc2602 commit 6e9b561
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

# turtle changelog

### v0.6.1

- cleanup annoying rollup warnings
- switch to `npm exec` from `npx`, i dunno it's supposed to be better?

### v0.6.0

- ! all-new turtle cli
Expand All @@ -10,6 +15,8 @@
- this allows you to write files that can be hash-versioned in your templates
- add `read_file` function

--------------------------------

### v0.4.0 (2023-06-20)

- ! replace `startup_scripts_with_debug_mode` with the new `startup_scripts_with_dev_mode`
Expand All @@ -18,6 +25,8 @@
- `?dev=true` force-enables dev mode (loads es modules)
- the new routine adds the prefix `[dev]` to the document title, to make it obvious when you're in dev mode

--------------------------------

### v0.3.2 (2023-06-13)

- add common boilerplate scripts and patterns
Expand All @@ -35,12 +44,16 @@
- see more detail on `path` in the readme
- ! `HashVersionerError` replaced by `HashingError`

--------------------------------

### v0.2.0 (2023-06-10)

- ! rename cli arg `excludes` to `exclude`
- `script_directory` is now provided to turtle scripts
- reworked `base` calculation
- errors now print stack traces

--------------------------------

### v0.1.2

0 comments on commit 6e9b561

Please sign in to comment.