Sha256: 32ff467c82b82ac4fc38873eac9bff17be27a3f89a2296946925c90c21f1a689
Contents?: true
Size: 1019 Bytes
Versions: 1
Compression:
Stored size: 1019 Bytes
Contents
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). <!-- ## [Unreleased] --> ## 0.2.1 (2019-11-19) ### Fixed - Fixed incorrectly named variable in `Coolkit.symbolize_keys`. ## 0.2.0 (2019-11-17) ### Added - `JSON.read` to replace `JSON.parse(File.read(path))`. Inspired by `CSV.read`. ## 0.1.0 (2019-11-17) ### Added - `Coolkit::Error` and `Coolkit::VERSION`. - `root_dir`, `data_dir`, `data_dir` for finding your way without `Rails.root` - `symbolize_keys` to get by without . - `to_est` to convert UCT time to EST. - `write_to_file` to write to a given path and not worry if parent folders exist yet. - `Array#remove_first` to remove the first *x* from an array. - `String#indent` from ActiveSupport. (Because it's excessive to require it for just that) - `String#comment` to comment ruby code in strings.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
coolkit-0.2.1 | CHANGELOG.md |