Skip to content

Commit

Permalink
version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkerbot committed Jul 13, 2011
1 parent efda0af commit 43c611f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
12 changes: 7 additions & 5 deletions History.rdoc
@@ -1,9 +1,11 @@
== 1.0.0 / 2011-07-12

* removed numerous validations
* removed indifferent access -- all configs are stored and accessed
by symbol keys
* configs now do not duplicate default values by default
* configs now order alphabetically, and have no guaranteed set order
Significant rewrite of all internals. Configurations are easier to declare and
have a more formal type system that allows almost everything to be inferred
from the default value. The rewrite is designed to be flexible and to handle
usage in a variety of interfaces, but only time will tell.

Currently passes all tests on: 1.8.6, 1.8.7, 1.9.2, rbx, jruby

== 0.7.0 / 2010-05-02

Expand Down
6 changes: 1 addition & 5 deletions lib/configurable/version.rb
@@ -1,7 +1,3 @@
module Configurable
MAJOR = 0
MINOR = 7
TINY = 0

VERSION="#{MAJOR}.#{MINOR}.#{TINY}"
VERSION = '1.0.0'
end

0 comments on commit 43c611f

Please sign in to comment.