Releases: jmoalves/levain
Releases · jmoalves/levain
v0.91.15
WARNING: Some security software may block levain.exe
. Ask your Systems Administrator for advice.
Support binaries
Software | version |
---|---|
Deno | 1.46.3 |
Git | v2.47.0.windows.1 |
7-Zip | 24.08 |
Changes from 0.90.17 to 0.91.15
- Deno - stick with Deno 1.x (see also #163)
- git - ignore diverging advice
- extract -
--type
option to inform file type - clean - always clean cache, keeping files used at least 30 days ago
- fetch - using redirect: "follow"
- cache - touch atime
- [email protected] - prompt workaround
- extra-bin - show version inventory at the changelog
- 7zip - always latest
- git - always latest
- GitHub - Release runs an install test
- scripts - levain-deno to run levain
- MS Defender - running on build
- codecov badge
- test-unit - codecov config
- devLevain.cmd - handle deno version
- Check for $$ in passwords. Does not work with cntlm
- Import assertions are deprecated. Use
with
keyword, instead of 'assert' keyword
v0.91.14
WARNING: Some security software may block levain.exe
. Ask your Systems Administrator for advice.
Support binaries
Software | version |
---|---|
Deno | 1.46.3 |
Git | v2.46.2.windows.1 |
7-Zip | 24.08 |
Changes from 0.90.17 to 0.91.14
- git - ignore diverging advice
- extract -
--type
option to inform file type - clean - always clean cache, keeping files used at least 30 days ago
- fetch - using redirect: "follow"
- cache - touch atime
- [email protected] - prompt workaround
- extra-bin - show version inventory at the changelog
- 7zip - always latest
- git - always latest
- GitHub - Release runs an install test
- scripts - levain-deno to run levain
- MS Defender - running on build
- codecov badge
- test-unit - codecov config
- devLevain.cmd - handle deno version
- Check for $$ in passwords. Does not work with cntlm
- Import assertions are deprecated. Use
with
keyword, instead of 'assert' keyword
v0.91.13
WARNING: Some security software may block levain.exe
. Ask your Systems Administrator for advice.
Embedded support binaries
Software | version |
---|---|
Deno | 1.46.3 |
Git | v2.46.0.windows.1 |
7-Zip | 24.08 |
Changes from 0.90.17 to 0.91.13
- git - ignore diverging advice
- extract -
--type
option to inform file type - clean - always clean cache, keeping files used at least 30 days ago
- fetch - using redirect: "follow"
- cache - touch atime
- [email protected] - prompt workaround
- extra-bin - show version inventory at the changelog
- 7zip - always latest
- git - always latest
- GitHub - Release runs an install test
- scripts - levain-deno to run levain
- MS Defender - running on build
- codecov badge
- test-unit - codecov config
- devLevain.cmd - handle deno version
v0.90.17
- Deno version: 1.41.3
WARNING: Some security software may block levain.exe
. Ask advice from your Systems Administrator.
Changes from 0.86.5 to 0.90.17
- git - 2.44.0
- 7-Zip - 2301
- Deno.std upgrade for Deno 1.41.3
- Levain release refactoring - binary bundle
- file_system_repository - readPackages optimization
- Handle .levain extension. Fix #46
- Get rid of unnamed packages. Closes issue #157
- copyWithProgress - show progress bar only in TTY
- console_feedback - show feedback only in TTY
- install.ps1 - parameters: levainVersion + levainHome
- unit-test - parallel test
- e2e test - initial version, installing all known recipes
- devContainer options - inception
- removing curl + levainBootstrap
- githubActions - set timeout
- README.md - Badges - CreatedAt + Release + simple tests + LICENSE
v0.90.4
- Deno version: 1.41.0
WARNING: Some security software may block levain.exe
. Ask advice from your Systems Administrator.
Changes from 0.86.5 to 0.90.4
- git - 2.44.0
- curl - 8.6.0
- 7-Zip - 2301
- Deno.std upgrade for Deno 1.41.0
- Levain release refactoring - binary bundle
- file_system_repository - readPackages optimization
- Handle .levain extension. Fix #46
- Get rid of unnamed packages. Closes issue #157
- copyWithProgress - show progress bar only in TTY
- console_feedback - show feedback only in TTY
- install.ps1 - parameters: levainVersion + levainHome
- unit-test - parallel test
- e2e test - initial version with simple levain installation
- devContainer options - inception
- levainBootstrap - improving feedback
- levainBootstrap - always download and expand
- githubActions - set timeout
- README.md - badges for simple tests
- README.md - Badges - CreatedAt + Release
- README.md - LICENSE badge
v0.86.5
- Deno version: 1.33.3
Changes from 0.86.4 to 0.86.5
- GitRepo - handle core.autocrlf option
v0.86.4
- Deno version: 1.33.2
Changes from 0.86.3 to 0.86.4
- test - adjust levain_cli.test.ts
- new yaml library from deno std
- actions/checkout@v3
- CheckChainDirExists - ignoring errors
v0.86.3
- Deno version: 1.32.3
Changes from 0.84.5 to 0.86.3
- HttpUtils.get - retry with sleep
- HttpUtils.get - 5 seconds timeout
- HttpUtils - fetch with timeout
- config - adding cfg for levainHome
- 0.86.0-SNAPSHOT
- update cmd - fix
- update command
- 0.85.0-SNAPSHOT
- config - changing config file location to user home directory
- install - force option affects only the packages mentioned in the command line.
- parse_args - handle multiple spaces as one
- Retry - increase amount and sleepTime
- --cached-only - Deno option
- DENO_NO_UPDATE_CHECK
- gitRepo - ignore git pull error
- devLevain.cmd - split
- file_utils - fix std/streams import
- removing empty scripts/levain.cmd
- 7Zip - 2201
- github - checkSources - allow manual trigger
- 0.84.0-SNAPSHOT
- Removing 'only' option from test code
- json_get - always string
- Unlock Deno version
- Ignoring test result file
- json get boolean
- RepositoryManager contract
- json get string
- AbstractRepository contract
- AbstractRepository contract
- Deno.FsFile
- Deno.FsFile
- Deno.stdin.setRaw
- Using streams api (io/streams was removed)
- Unlocking versions
v0.86.2
- Deno version: 1.32.1
Changes from 0.84.5 to 0.86.2
- HttpUtils - fetch with timeout
- config - adding cfg for levainHome
- 0.86.0-SNAPSHOT
- update cmd - fix
- update command
- 0.85.0-SNAPSHOT
- config - changing config file location to user home directory
- install - force option affects only the packages mentioned in the command line.
- parse_args - handle multiple spaces as one
- Retry - increase amount and sleepTime
- --cached-only - Deno option
- DENO_NO_UPDATE_CHECK
- gitRepo - ignore git pull error
- devLevain.cmd - split
- file_utils - fix std/streams import
- removing empty scripts/levain.cmd
- 7Zip - 2201
- github - checkSources - allow manual trigger
- 0.84.0-SNAPSHOT
- Removing 'only' option from test code
- json_get - always string
- Unlock Deno version
- Ignoring test result file
- json get boolean
- RepositoryManager contract
- json get string
- AbstractRepository contract
- AbstractRepository contract
- Deno.FsFile
- Deno.FsFile
- Deno.stdin.setRaw
- Using streams api (io/streams was removed)
- Unlocking versions
v0.86.1
- Deno version: 1.32.1
Changes from 0.84.5 to 0.86.1
- config - adding cfg for levainHome
- 0.86.0-SNAPSHOT
- update cmd - fix
- update command
- 0.85.0-SNAPSHOT
- config - changing config file location to user home directory
- install - force option affects only the packages mentioned in the command line.
- parse_args - handle multiple spaces as one
- Retry - increase amount and sleepTime
- --cached-only - Deno option
- DENO_NO_UPDATE_CHECK
- gitRepo - ignore git pull error
- devLevain.cmd - split
- file_utils - fix std/streams import
- removing empty scripts/levain.cmd
- 7Zip - 2201
- github - checkSources - allow manual trigger
- 0.84.0-SNAPSHOT
- Removing 'only' option from test code
- json_get - always string
- Unlock Deno version
- Ignoring test result file
- json get boolean
- RepositoryManager contract
- json get string
- AbstractRepository contract
- AbstractRepository contract
- Deno.FsFile
- Deno.FsFile
- Deno.stdin.setRaw
- Using streams api (io/streams was removed)
- Unlocking versions