v3.0.29 (2022-09-06)
- Update chefstyle requirement from 1.7.5 to 2.2.2 #110 (dependabot[bot])
- Update chefstyle requirement from 1.7.5 to 2.2.2 #110 (dependabot[bot])
- Correct spelling mistake #114 (EdwardBetts)
v3.0.27 (2022-06-08)
- Update chefstyle requirement from 1.2.1 to 1.3.2 #84 (dependabot-preview[bot])
- Update chefstyle requirement from 1.3.2 to 1.4.0 #85 (dependabot-preview[bot])
- Update chefstyle requirement from 1.4.0 to 1.4.2 #86 (dependabot-preview[bot])
- Update chefstyle requirement from 1.4.2 to 1.4.3 #87 (dependabot-preview[bot])
- Update chefstyle requirement from 1.4.3 to 1.4.5 #89 (dependabot-preview[bot])
- Update chefstyle requirement from 1.4.5 to 1.5.0 #90 (dependabot-preview[bot])
- Update chefstyle requirement from 1.5.0 to 1.5.2 #92 (dependabot-preview[bot])
- Update chefstyle requirement from 1.5.2 to 1.5.8 #96 (dependabot-preview[bot])
- Update chefstyle requirement from 1.5.8 to 1.5.9 #97 (dependabot-preview[bot])
- Remove parallel pin now that it supports Ruby 2.4 again #98 (tas50)
- Add Ruby 2.7 testing + cache gem installs in CI #99 (tas50)
- Update chefstyle requirement from 1.5.9 to 1.6.2 #101 (dependabot-preview[bot])
- Update chefstyle requirement from 1.6.2 to 1.7.1 #102 (dependabot-preview[bot])
- Update chefstyle requirement from 1.7.1 to 1.7.2 #104 (dependabot-preview[bot])
- Update chefstyle requirement from 1.7.2 to 1.7.5 #106 (dependabot-preview[bot])
- Upgrade to GitHub-native Dependabot #107 (dependabot-preview[bot])
- add ruby tests 3.0 and 3.1 in verify pipeline #109 (jayashrig158)
- Fix in nested_hash parsing in config #115 (Nik08)
v3.0.9 (2020-08-13)
- Remove encoding comment + pin chefstyle #81 (tas50)
- Update chefstyle requirement from = 1.2.0 to 1.2.1 #82 (dependabot-preview[bot])
- Optimize requires for non-omnibus installs #83 (tas50)
v3.0.6 (2019-12-29)
v3.0.5 (2019-11-14)
- Add BuildKite PR Testing #75 (tas50)
- Remove Travis PR testing + add foundation team as the project owner #76 (tas50)
- Test on Windows and use the smaller containers #77 (tas50)
- Do not crash when loading undefined context from hash #79 (marcparadise)
v3.0.1 (2019-04-23)
- update travis, drop ruby < 2.5, major version bump #73 (lamont-granquist)
- Allow Ruby 2.4 / Update github templates #74 (tas50)
v2.2.18 (2018-12-17)
- Add github issue and PR templates #68 (tas50)
- Resolve chefstyle and expeditor issues #69 (tas50)
- Expand ruby testing in Travis #70 (tas50)
- Standardize the gemfile and rakefile #71 (tas50)
- Only ship the required library files in the gem artifact #72 (tas50)
v2.2.13 (2018-07-12)
- Avoid converting to text representation when parsing JSON/TOML/etc #66 (lamont-granquist)
v2.2.12 (2018-07-06)
- add is_default? inspection method #65 (lamont-granquist)
v2.2.11 (2018-07-02)
- key? and has_key? should find subcontexts #64 (lamont-granquist)
v2.2.10 (2018-07-02)
- remove hashrocket syntax #62 (lamont-granquist)
- add
#key?
alias to#has_key?
#63 (lamont-granquist)
v2.2.8 (2018-06-13)
- fix style warnings with latest rubocop #60 (thommay)
- Fix config_context_list/hash in strict mode #57 (elyscape)
v2.2.6 (2018-03-22)
- Adding support for reading from TOML files #55 (tyler-ball)
v2.2.5 (2018-02-09)
2.2.4 (2016-09-02)
Merged pull requests:
- Allow a config context to be set from another config context #42 (mwrock)
- Allow configuring contexts via block #35 (KierranM)
2.2.3 (2016-08-30)
Merged pull requests:
- Dont reset state during restore #40 (mwrock)
- Ignore Gemfile.lock #39 (tas50)
- Update specs for rspec 3.0 #38 (tas50)
- Bump version to 2.2.2 #37 (jkeiser)
2.2.2 (2016-08-22)
Merged pull requests:
- chefstyle fixes #33 (lamont-granquist)
- Add gemspec files to allow bundler to run from the gem #32 (ksubrama)
- Fix ruby warnings #30 (danielsdeleo)
v2.2.1 (2015-05-12)
Merged pull requests:
v2.2.0 (2015-05-11)
Merged pull requests:
- Add license to gemspec and update other fields for new company name. #27 (juliandunn)
- Revert "Fix README typos" #23 (mriddle)
- Fix README typos #22 (mriddle)
- Rename has_key? -> key? (BC compatible) #21 (sethvargo)
- Fix strict mode errors to actually print symbol #20 (jkeiser)
- New policy files. #19 (sersut)
v2.1.0 (2013-12-05)
v2.1.0.rc.1 (2013-12-05)
Merged pull requests:
v2.0.0 (2013-09-25)
v2.0.0.rc.5 (2013-09-17)
Merged pull requests:
v2.0.0.rc.4 (2013-09-16)
Merged pull requests:
v2.0.0.rc.3 (2013-09-13)
Merged pull requests:
v2.0.0.rc.2 (2013-09-11)
Merged pull requests:
v2.0.0.rc.1 (2013-09-11)
Merged pull requests:
- Jk/version2 #12 (jkeiser)
- Jk/strict #11 (jkeiser)
- Add Travis config, basic Gemfile #10 (jkeiser)
- Add context() DSL for config classes #9 (jkeiser)
- Jk/configurables #8 (jkeiser)
- Methods uber alles #6 (danielsdeleo)
- Modernize #5 (danielsdeleo)
- add require 'rspec' to spec/spec_helper.rb #2 (pravi)