Skip to content

Latest commit

 

History

History
109 lines (70 loc) · 3.62 KB

CHANGELOG.md

File metadata and controls

109 lines (70 loc) · 3.62 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v1.1.2 - 2024-09-07

Changed

  • build(deps): Bump golang.org/x/sys from 0.22.0 to 0.23.0 by @dependabot in #78
  • build(deps): Bump golang.org/x/text from 0.16.0 to 0.17.0 by @dependabot in #79
  • build(deps): Bump golang.org/x/sys from 0.23.0 to 0.24.0 by @dependabot in #80
  • build(deps): Bump golang.org/x/text from 0.17.0 to 0.18.0 by @dependabot in #82
  • build(deps): Bump golang.org/x/sys from 0.24.0 to 0.25.0 by @dependabot in #81

v1.1.1 - 2024-08-04

Changed

  • refactor: Remove convery and assert by @Xuanwo in #75

Fixed

  • fix: GH Actions' errors and security issues. [Drop Go 1.14-1.16 support] by @KEINOS in #64

Docs

  • docs: Update README.md by @Xuanwo in #72

Dependencies

  • build(deps): Bump github.com/smartystreets/goconvey from 1.6.7 to 1.7.2 by @dependabot in #40
  • build(deps): Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #41
  • build(deps): Bump github.com/stretchr/testify from 1.7.1 to 1.7.5 by @dependabot in #45
  • build(deps): Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #52
  • build(deps): Bump golang.org/x/sys from 0.7.0 to 0.22.0 by @dependabot in #69
  • build(deps): Bump github.com/stretchr/testify from 1.8.2 to 1.9.0 by @dependabot in #68
  • build(deps): Bump golang.org/x/text from 0.9.0 to 0.16.0 by @dependabot in #65
  • chore: upgraded golang.org/x/sys by @sumit-tembe in #53

v1.1.0 - 2021-10-25

Added

  • feat(darwin): Allow read global values, add AppleLocale support

Changed

  • Use github actions for test
  • Add tests for go 1.16 and go 1.17
  • ci: Remove tags to simplify build steps

Fixed

  • fix: Windows reports checkptr errors

Upgraded

  • build(deps): Bump golang.org/x/text to 0.3.7 (#33)
  • build(deps): Bump github.com/smartystreets/goconvey to 1.6.7 (#35)

v1.0.0 - 2020-08-03

Added

  • Add support for all os that go support
    • aix
    • hurd
    • js
    • nacl
    • plan9
    • zos
  • windows: Add env support

Changed

  • windows: Read windows registry instead of OLE

v0.3.0 - 2020-06-03

Added

  • Add FreeBSD/OpenBSD support (#12)

Changed

  • unix: Detect via locale.conf instead of locale command (#14)

v0.2.0 - 2020-04-21

Added

  • Add system v support (#8)
  • Add full windows LCID support (#10)

v0.1.0 - 2020-02-20

Added

  • Support Linux, macOS X and Windows platforms
  • Support Detect and DetectAll