Skip to content

Releases: base-go/base-core

Base Framework v2.1.6

19 Sep 13:05
53883ef

Choose a tag to compare

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 myproject

CLI Compatibility

This framework version is compatible with Base CLI vv2.1.6 and later.

Base Framework v2.1.5

11 Sep 14:07
5d93834

Choose a tag to compare

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 myproject

CLI Compatibility

This framework version is compatible with Base CLI vv2.1.5 and later.

Base Framework v2.1.4

09 Sep 14:40
5d93834

Choose a tag to compare

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 myproject

CLI Compatibility

This framework version is compatible with Base CLI vv2.1.4 and later.

Base Framework v2.1.3

08 Sep 20:28
a8d94ce

Choose a tag to compare

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 myproject

CLI Compatibility

This framework version is compatible with Base CLI vv2.1.3 and later.

Base Framework v2.1.2

02 Sep 14:17
dc7e546

Choose a tag to compare

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 myproject

CLI Compatibility

This framework version is compatible with Base CLI vv2.1.2 and later.

Base Framework v2.1.1

02 Sep 13:00
279de17

Choose a tag to compare

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 myproject

CLI Compatibility

This framework version is compatible with Base CLI vv2.1.1 and later.

Base Framework v2.1.0

01 Sep 16:20
d9a5987

Choose a tag to compare

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 myproject

CLI Compatibility

This framework version is compatible with Base CLI vv2.1.0 and later.

Base Framework v2.0.9

01 Sep 16:15
d9a5987

Choose a tag to compare

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 myproject

CLI Compatibility

This framework version is compatible with Base CLI vv2.0.9 and later.

Base Framework v2.0.8

01 Sep 13:15
83e7767

Choose a tag to compare

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 myproject

CLI Compatibility

This framework version is compatible with Base CLI vv2.0.8 and later.

Base Framework v2.0.7

29 Aug 18:19
8127933

Choose a tag to compare

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 myproject

CLI Compatibility

This framework version is compatible with Base CLI vv2.0.7 and later.