Skip to content

Commit

Permalink
doc: add CHANGELOG
Browse files Browse the repository at this point in the history
better then nothing
  • Loading branch information
lanej committed Mar 16, 2023
1 parent d00b8a8 commit 6271a4e
Showing 1 changed file with 83 additions and 0 deletions.
83 changes: 83 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
# Changelog

## [Unreleased](https://github.com/EasyPost/toggles/tree/HEAD)

[Full Changelog](https://github.com/EasyPost/toggles/compare/v0.3.0...HEAD)

**Merged pull requests:**

- refactor: remove Feature::Base, just use Feature::Permissions [\#13](https://github.com/EasyPost/toggles/pull/13) ([lanej](https://github.com/lanej))
- refactor: collapse some hierarchies, model operations as functions [\#12](https://github.com/EasyPost/toggles/pull/12) ([lanej](https://github.com/lanej))
- fix: handle abbreviations and numbers in feature name [\#11](https://github.com/EasyPost/toggles/pull/11) ([lanej](https://github.com/lanej))
- Deprecate constant lookups via .const\_missing [\#10](https://github.com/EasyPost/toggles/pull/10) ([lanej](https://github.com/lanej))

## [v0.3.0](https://github.com/EasyPost/toggles/tree/v0.3.0) (2021-08-16)

[Full Changelog](https://github.com/EasyPost/toggles/compare/v0.1.2...v0.3.0)

**Merged pull requests:**

- add github actions integration [\#9](https://github.com/EasyPost/toggles/pull/9) ([Roguelazer](https://github.com/Roguelazer))
- point build status link at travis-ci.com instead of travis-ci.org [\#8](https://github.com/EasyPost/toggles/pull/8) ([Roguelazer](https://github.com/Roguelazer))
- fix tests [\#7](https://github.com/EasyPost/toggles/pull/7) ([Roguelazer](https://github.com/Roguelazer))
- run tests on travis [\#6](https://github.com/EasyPost/toggles/pull/6) ([Roguelazer](https://github.com/Roguelazer))

## [v0.1.2](https://github.com/EasyPost/toggles/tree/v0.1.2) (2016-11-08)

[Full Changelog](https://github.com/EasyPost/toggles/compare/v0.1.1...v0.1.2)

**Merged pull requests:**

- store the actual feature configuration in a variable instead of in real constants under the Feature module [\#4](https://github.com/EasyPost/toggles/pull/4) ([Roguelazer](https://github.com/Roguelazer))

## [v0.1.1](https://github.com/EasyPost/toggles/tree/v0.1.1) (2015-08-24)

[Full Changelog](https://github.com/EasyPost/toggles/compare/v0.1.0...v0.1.1)

## [v0.1.0](https://github.com/EasyPost/toggles/tree/v0.1.0) (2015-08-24)

[Full Changelog](https://github.com/EasyPost/toggles/compare/v0.0.8...v0.1.0)

**Closed issues:**

- Handle when properties are nil [\#2](https://github.com/EasyPost/toggles/issues/2)

## [v0.0.8](https://github.com/EasyPost/toggles/tree/v0.0.8) (2015-02-25)

[Full Changelog](https://github.com/EasyPost/toggles/compare/v0.0.7...v0.0.8)

**Merged pull requests:**

- Features automatically disabled\_for nil input [\#3](https://github.com/EasyPost/toggles/pull/3) ([victoryftw](https://github.com/victoryftw))

## [v0.0.7](https://github.com/EasyPost/toggles/tree/v0.0.7) (2014-12-24)

[Full Changelog](https://github.com/EasyPost/toggles/compare/v0.0.6...v0.0.7)

**Closed issues:**

- Allow Fixnums etc. as top-level subjects [\#1](https://github.com/EasyPost/toggles/issues/1)

## [v0.0.6](https://github.com/EasyPost/toggles/tree/v0.0.6) (2014-12-22)

[Full Changelog](https://github.com/EasyPost/toggles/compare/v0.0.5...v0.0.6)

## [v0.0.5](https://github.com/EasyPost/toggles/tree/v0.0.5) (2014-12-17)

[Full Changelog](https://github.com/EasyPost/toggles/compare/v0.0.4...v0.0.5)

## [v0.0.4](https://github.com/EasyPost/toggles/tree/v0.0.4) (2014-12-10)

[Full Changelog](https://github.com/EasyPost/toggles/compare/v0.0.3...v0.0.4)

## [v0.0.3](https://github.com/EasyPost/toggles/tree/v0.0.3) (2014-12-10)

[Full Changelog](https://github.com/EasyPost/toggles/compare/v0.0.2...v0.0.3)

## [v0.0.2](https://github.com/EasyPost/toggles/tree/v0.0.2) (2014-12-10)

[Full Changelog](https://github.com/EasyPost/toggles/compare/b19564d6ef5eb5d9c3b44d4eafe2fbac9d8a8938...v0.0.2)



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 comments on commit 6271a4e

Please sign in to comment.