Sha256: b8245efd2efb8cf3e3f628579ff84677f7bfb962efce0c866f4c81aa9c4c523b

Contents?: true

Size: 1.36 KB

Versions: 1

Compression:

Stored size: 1.36 KB

Contents

# v2.1.0
- [issue #21](https://github.com/k-ta-yamada/renc/issues/21)
  change class structure; Separate Configuration #21

# v2.0.0
- [issue #10](https://github.com/k-ta-yamada/renc/issues/10)
  Changing default_encoding by os #10
  - change default encoding is `Encoding.default_external`
- [issue #18](https://github.com/k-ta-yamada/renc/issues/18)
  Encoding::UndefinedConversionError #18
  - change `#renc`'s arguments is change.
    #renc(encoding, `obj`) => #renc(encoding, `options`)

# v1.3.1
- [issue #14](https://github.com/k-ta-yamada/renc/issues/14)
  String.include is NoMethodError on Ruby 2.0.0

# v1.3.0
- [issue #7](https://github.com/k-ta-yamada/renc/issues/7)
  configuration default encoding

# v1.2.0
- remove `Renc#enc` method

# v1.1.0
- [issue #4](https://github.com/k-ta-yamada/renc/issues/4)
  #renc for Hash and Array

# v1.0.1
- required Ruby version is change to over 2.0.0.
  - gemspec: `spec.required_ruby_version = '>= 2.0.0'`
    - maybe, be able to run on `version >= 2.0.0`.

# v1.0.0
- change to instance_method from singleton_method.
- renc method is implemented.
- enc method is deprecated.
- required Ruby version is change to over 2.2.4.
  - gemspec: `spec.required_ruby_version = '>= 2.2.4'`
    - maybe, be able to run on `version >= 2.0.0`.
  - Travis CI: 2.2.4, 2.3.0

# v0.2.0
- implement base features.

# v0.1.0
- sorry, this version is dummy.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
renc-2.1.0 CHANGELOG.md