Releases: barisgit/GoFlux
Release list
Flux v0.1.13
🚀 Flux v0.1.13
Installation
One-line Install (Recommended)
# macOS/Linux
curl -fsSL https://raw.githubusercontent.com/barisgit/goflux/main/scripts/install.sh | bash
# Windows (PowerShell)
iwr -useb https://raw.githubusercontent.com/barisgit/goflux/main/scripts/install.ps1 | iexHomebrew (macOS/Linux)
brew install barisgit/goflux/fluxGo Install
go install github.com/barisgit/goflux/cli@v0.1.13Manual Download
Download the appropriate binary for your platform from the assets below.
Changelog
- dd79990 A lot better dependecy injection, procedures...
- f242def Completely revamped register function
- 8dac7eb Fix client generation, add upload support
- e3fef51 Improved DI, with better syntax, DX and error handling
- df2de0c Merge pull request #1 from barisgit/feature/dependency-injection
- f00588e Refactor go's repo structure
- 082424f Rename base to goflux
- 9b1e344 Start of DI
- 9ecdbe9 Update goreleaser
- 6e24582 Update middleware api injection and better error handling
- 8d5df26 Update templates to work with current api
- 760432b Use huma's internal functions for parsing
Flux v0.1.12
🚀 Flux v0.1.12
Installation
One-line Install (Recommended)
# macOS/Linux
curl -fsSL https://raw.githubusercontent.com/barisgit/goflux/main/scripts/install.sh | bash
# Windows (PowerShell)
iwr -useb https://raw.githubusercontent.com/barisgit/goflux/main/scripts/install.ps1 | iexHomebrew (macOS/Linux)
brew install barisgit/goflux/fluxGo Install
go install github.com/barisgit/goflux/cli@v0.1.12Manual Download
Download the appropriate binary for your platform from the assets below.
Changelog
- 1663bbd Fix releaser commands
Flux v0.1.10
🚀 Flux v0.1.10
Installation
One-line Install (Recommended)
# macOS/Linux
curl -fsSL https://raw.githubusercontent.com/barisgit/goflux/main/scripts/install.sh | bash
# Windows (PowerShell)
iwr -useb https://raw.githubusercontent.com/barisgit/goflux/main/scripts/install.ps1 | iexHomebrew (macOS/Linux)
brew install barisgit/goflux/fluxGo Install
go install github.com/barisgit/goflux@v0.1.10Manual Download
Download the appropriate binary for your platform from the assets below.
Changelog
- 1b5f55b Update goreleaser homebrew
Flux v0.1.9
🚀 Flux v0.1.9
Installation
One-line Install (Recommended)
# macOS/Linux
curl -fsSL https://raw.githubusercontent.com/barisgit/goflux/main/scripts/install.sh | bash
# Windows (PowerShell)
iwr -useb https://raw.githubusercontent.com/barisgit/goflux/main/scripts/install.ps1 | iexHomebrew (macOS/Linux)
brew install barisgit/goflux/fluxGo Install
go install github.com/barisgit/goflux@v0.1.9Manual Download
Download the appropriate binary for your platform from the assets below.
Changelog
- 2086de6 Make goflux repo more framework oriented so that it is nicer to import
Flux v0.1.8
🚀 Flux v0.1.8
Installation
One-line Install (Recommended)
# macOS/Linux
curl -fsSL https://raw.githubusercontent.com/barisgit/goflux/main/scripts/install.sh | bash
# Windows (PowerShell)
iwr -useb https://raw.githubusercontent.com/barisgit/goflux/main/scripts/install.ps1 | iexHomebrew (macOS/Linux)
brew install barisgit/goflux/fluxGo Install
go install github.com/barisgit/goflux@v0.1.8Manual Download
Download the appropriate binary for your platform from the assets below.
Changelog
- 3d03a15 Add advanced template
- 3ddbc0a Add javascript only client generator
- b3fb712 Add options to type generation
- b0a21c5 Better type generation and better error handling
- acd31b1 Fix path resolution in advanced template
- 0bca5d2 Make generated projects have top level main.go
- f73fe90 Refator api client generator
- f71c5e3 Remove autogenerated code from templates
- c3f5a96 Split static servers into adapters
Flux v0.1.7
🚀 Flux v0.1.7
Installation
One-line Install (Recommended)
# macOS/Linux
curl -fsSL https://raw.githubusercontent.com/barisgit/goflux/main/scripts/install.sh | bash
# Windows (PowerShell)
iwr -useb https://raw.githubusercontent.com/barisgit/goflux/main/scripts/install.ps1 | iexHomebrew (macOS/Linux)
brew install barisgit/goflux/fluxGo Install
go install github.com/barisgit/goflux@v0.1.7Manual Download
Download the appropriate binary for your platform from the assets below.
Changelog
Flux v0.1.5
🚀 Flux v0.1.5
Installation
One-line Install (Recommended)
# macOS/Linux
curl -fsSL https://raw.githubusercontent.com/barisgit/goflux/main/scripts/install.sh | bash
# Windows (PowerShell)
iwr -useb https://raw.githubusercontent.com/barisgit/goflux/main/scripts/install.ps1 | iexHomebrew (macOS/Linux)
brew install barisgit/goflux/fluxGo Install
go install github.com/barisgit/goflux@v0.1.5Manual Download
Download the appropriate binary for your platform from the assets below.
Changelog
- 83822ae Add brew
GoFlux v0.1.4
🚀 GoFlux v0.1.4
Installation
macOS/Linux (Homebrew)
brew install barisgit/goflux/gofluxGo Install
go install github.com/barisgit/goflux@v0.1.4Manual Download
Download the appropriate binary for your platform from the assets below.
Changelog
- d5ebf1d Comment even more stuff
GoFlux v0.1.3
🚀 GoFlux v0.1.3
Installation
macOS/Linux (Homebrew)
brew install barisgit/goflux/gofluxGo Install
go install github.com/barisgit/goflux@v0.1.3Manual Download
Download the appropriate binary for your platform from the assets below.
Changelog
- 145008b Also comment docker temporarily