Skip to content

Flux v0.1.8

Choose a tag to compare

@github-actions github-actions released this 31 May 15:18
· 16 commits to main since this release

πŸš€ 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 | iex

Homebrew (macOS/Linux)

brew install barisgit/goflux/flux

Go Install

go install github.com/barisgit/goflux@v0.1.8

Manual 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