You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v3.1.0 (#69)
Major updates
* Updating NodeJS 20 to Alpine 3.19 and stable package
* Adding NodeJS 21
Minor updates
* Using latest base images
Documentation updates
* Removing yarn from README
v3.0.0 (#63)
**Complete rewrite using [nushell](https://nushell.sh)**
## Major updates and breaking changes
* To enter nushell do `docker exec -it container_name nu` and type `bf-node + tab` to see a complete list of functions
* Removing NodeJS 14 (not supported on Alpine >= 3.15)
* Removing Yarn package
## Minor updates
* Updating to NodeJS 18.18.2 and 20.8.1
## Build updates
* Updating workflows to latest versions
* Using -dev instead of -beta for development builds
## Development updates
* Enforcing LF line endings