Releases: base-go/base-core
Base Framework v2.1.6
Base Framework v2.1.6
What's new:
- Improve CORS preflight handling and auth context
- Update router.go
- Update router.go
- Merge branch 'main' of github.com:base-go/base-core
- fix
- Added missing permission endpoints
Installation
To use this version of Base Framework:
# Update your existing project
base update
# Or create a new project (will use latest framework)
base new myprojectCLI Compatibility
This framework version is compatible with Base CLI vv2.1.6 and later.
Base Framework v2.1.5
Base Framework v2.1.5
What's new:
- Update model.go
- Update model.go
Installation
To use this version of Base Framework:
# Update your existing project
base update
# Or create a new project (will use latest framework)
base new myprojectCLI Compatibility
This framework version is compatible with Base CLI vv2.1.5 and later.
Base Framework v2.1.4
Base Framework v2.1.4
What's new:
- Update model.go
- Update model.go
Installation
To use this version of Base Framework:
# Update your existing project
base update
# Or create a new project (will use latest framework)
base new myprojectCLI Compatibility
This framework version is compatible with Base CLI vv2.1.4 and later.
Base Framework v2.1.3
Base Framework v2.1.3
What's new:
- cors
Installation
To use this version of Base Framework:
# Update your existing project
base update
# Or create a new project (will use latest framework)
base new myprojectCLI Compatibility
This framework version is compatible with Base CLI vv2.1.3 and later.
Base Framework v2.1.2
Base Framework v2.1.2
What's new:
- auth fixes
Installation
To use this version of Base Framework:
# Update your existing project
base update
# Or create a new project (will use latest framework)
base new myprojectCLI Compatibility
This framework version is compatible with Base CLI vv2.1.2 and later.
Base Framework v2.1.1
Base Framework v2.1.1
What's new:
- Middleware configuration added
- get by ids
Installation
To use this version of Base Framework:
# Update your existing project
base update
# Or create a new project (will use latest framework)
base new myprojectCLI Compatibility
This framework version is compatible with Base CLI vv2.1.1 and later.
Base Framework v2.1.0
Base Framework v2.1.0
What's new:
- fixes for 2.1
Installation
To use this version of Base Framework:
# Update your existing project
base update
# Or create a new project (will use latest framework)
base new myprojectCLI Compatibility
This framework version is compatible with Base CLI vv2.1.0 and later.
Base Framework v2.0.9
Base Framework v2.0.9
What's new:
- fixes for 2.1
Installation
To use this version of Base Framework:
# Update your existing project
base update
# Or create a new project (will use latest framework)
base new myprojectCLI Compatibility
This framework version is compatible with Base CLI vv2.0.9 and later.
Base Framework v2.0.8
Base Framework v2.0.8
What's new:
- convert to swaggo annotations
- cleanup and fixes
Installation
To use this version of Base Framework:
# Update your existing project
base update
# Or create a new project (will use latest framework)
base new myprojectCLI Compatibility
This framework version is compatible with Base CLI vv2.0.8 and later.
Base Framework v2.0.7
Base Framework v2.0.7
What's new:
- feat: Migrate documentation system from go-swagger to swag
Installation
To use this version of Base Framework:
# Update your existing project
base update
# Or create a new project (will use latest framework)
base new myprojectCLI Compatibility
This framework version is compatible with Base CLI vv2.0.7 and later.