Releases: base-go/base-core
Base Framework v2.2.2
Base Framework v2.2.2
What's new:
- Improve cache middleware responseRecorder and update dependencies
- Merge pull request #10 from base-go/claude/add-framework-caching-01UT3w8Cepbzar4V5Vmb49Y3
- Add comprehensive caching system to framework
- Merge pull request #6 from base-go/dependabot/go_modules/golang.org/x/net-0.38.0
- Merge branch 'main' into dependabot/go_modules/golang.org/x/net-0.38.0
- Merge pull request #8 from base-go/dependabot/go_modules/github.com/golang-jwt/jwt/v5-5.2.2
- Merge branch 'main' into dependabot/go_modules/github.com/golang-jwt/jwt/v5-5.2.2
- Merge pull request #9 from base-go/dependabot/go_modules/golang.org/x/crypto-0.45.0
- Bump golang.org/x/crypto from 0.41.0 to 0.45.0
- Bump golang.org/x/net from 0.33.0 to 0.38.0
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.2.2 and later.
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.