Sha256: 0fa5871a176f03017190f403ad07f415748227af148ecdb16e75c9717153f9a4

Contents?: true

Size: 920 Bytes

Versions: 1

Compression:

Stored size: 920 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.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.0 CHANGELOG.md