Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roblillack committed May 1, 2022
1 parent fa3955d commit e874d83
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,23 @@
All notable changes to Mars will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [Unreleased](https://github.com/roblillack/mars/compare/v1.0.4...master)
## [Unreleased](https://github.com/roblillack/mars/compare/v1.1.0...master)

- Add unit test for `cert`.
- Improve code generation to not write redundant type information. #20
## [v1.1.0](https://github.com/roblillack/mars/compare/v1.0.4...v1.1.0)

- New routing features:
- Add support for variable file extensions. #18
- Security fixes:
- Better sanitize some trace logs that might contain user input. #24
- Improvements to code generation using `mars-gen`:
- Add support for generating routes when query parameters of type `any` are used. [94d2c9e]
- Improve quality of generated code and `go fmt` it. #21
- Code quality improvements:
- Add support for static code analysis using CodeQL. [b8b7f93]
- Add unit test for `cert`. [9fb9184]
- Hide some internal data structures. #16 (#22)
- Fix test vetting errors. [65ad5a2]
- Improve Go 1.18 support, minimum supported Go version is now 1.13. [a03670b]

## [v1.0.4](https://github.com/roblillack/mars/compare/v1.0.3...v1.0.4)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ A lightweight web toolkit for the [Go language](http://www.golang.org).
[![Go Report Card](https://goreportcard.com/badge/github.com/roblillack/mars)](https://goreportcard.com/report/github.com/roblillack/mars)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

- Latest Mars version: 1.0.4 (released March 22, 2021)
- Supported Go versions: 1.12 … 1.18
- Latest Mars version: 1.1.0 (released May 1, 2022)
- Supported Go versions: 1.13 … 1.18

Mars is a fork of the fantastic, yet not-that-idiomatic-and-pretty-much-abandoned, [Revel framework](https://github.com/revel/revel). You might take a look at the corresponding documentation for the time being.

Expand Down

0 comments on commit e874d83

Please sign in to comment.