mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2025-12-11 23:50:05 +01:00
doc(release): CHANGELOG for v0.3.0 (#83)
This commit is contained in:
parent
bcd89fd33d
commit
f8be6a936f
1 changed files with 34 additions and 8 deletions
42
CHANGELOG.md
42
CHANGELOG.md
|
|
@ -1,12 +1,38 @@
|
||||||
## 0.2.0 / 202-01-08
|
# Changelog
|
||||||
|
|
||||||
* [FEATURE] Rework installation process adding checksums (#44)
|
## 0.3.0 / 2020-02-08
|
||||||
* [FEATURE] Add local dependencies as source dependency (#36)
|
|
||||||
* [ENHANCEMENT] Only write jsonnnet files if we made changes (#56)
|
#### BREAKING:
|
||||||
* [ENHANCEMENT] Package install optimizations for git (#38)
|
|
||||||
* [ENHANCEMENT] Add integration tests (#35)
|
The format of `jsonnetfile.json` has changed. While v0.3.0 can
|
||||||
* [ENHANCEMENT] Suppress detached head advice (#34)
|
handle the old v0.2 format, v0.2 can't and must not be used with a
|
||||||
* [BUGFIX] Make sure to fetch git tags (#58)
|
`jsonnetfile.json` created by v0.3.0
|
||||||
|
|
||||||
|
#### Changes:
|
||||||
|
|
||||||
|
- **[FEATURE] Absolute imports (#63)**: Introduces a new style for importing the
|
||||||
|
packages installed by `jb`. The `<name>/<file>` style used before caused
|
||||||
|
issues, as it was neither unique nor clearly defined what to import.
|
||||||
|
To address this, `jb` will now create a directory structure that allows to use
|
||||||
|
import paths similar to Go: `host.tld/user/repo/subdir/file.libsonnet`.
|
||||||
|
The old stlye is still supported, this change is backwards compatible.
|
||||||
|
`jb rewrite` can be used to automatically convert your imports.
|
||||||
|
- **[FEATURE] `jsonnetfile.json` versions (#85)**: Adds a `verison` key to
|
||||||
|
`jsonnetfile.json`, so that `jb` can automatically recognize the schema
|
||||||
|
version and handle it properly, instead of panicking.
|
||||||
|
- **[FEATURE] Generic `git` `https://` (#73)**: Previously the `host.tld/user/repo` slug
|
||||||
|
style was only supported for GitHub. All hosts work now.
|
||||||
|
- **[BUGFIX]** `--jsonnetpkg-home` not working (#80)
|
||||||
|
|
||||||
|
## 0.2.0 / 2020-01-08
|
||||||
|
|
||||||
|
- **[FEATURE]** Rework installation process adding checksums (#44)
|
||||||
|
- **[FEATURE]** Add local dependencies as source dependency (#36)
|
||||||
|
- **[ENHANCEMENT]** Only write jsonnnet files if we made changes (#56)
|
||||||
|
- **[ENHANCEMENT]** Package install optimizations for git (#38)
|
||||||
|
- **[ENHANCEMENT]** Add integration tests (#35)
|
||||||
|
- **[ENHANCEMENT]** Suppress detached head advice (#34)
|
||||||
|
- **[BUGFIX]** Make sure to fetch git tags (#58)
|
||||||
|
|
||||||
## 0.1.0 / 2019-04-23
|
## 0.1.0 / 2019-04-23
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue