Sha256: dfe4443a924aef3b49f660a245647489d4a94097ce4c672c79795e4cba408c58

Contents?: true

Size: 1.29 KB

Versions: 1

Compression:

Stored size: 1.29 KB

Contents

## Typekit Client 0.0.6 (July 29, 2014)

* Implementation of an Active-Record-like architecture: each Typekit resource
  (kits, families, libraries, and variations) is ascribed a Ruby class that
  provides various methods for manipulating the corresponding data (`Kit.all`,
  `Kit.find`, `kit.save`, `kit.delete`, etc.).
* Support for Ruby >= 1.9.3 instead of Ruby >= 2.1.

## Typekit Client 0.0.5 (June 10, 2014)

* New name for the general CLI: `typekit-client` instead of `typekit`.
* New CLI for the sole purpose of publishing kits: `typekit-publisher`.
* Relations between resources (a kit has families, a family has variations,
  a variation belongs to a family, etc.).

## Typekit Client 0.0.4 (June 1, 2014)

* Extraction of the RESTful API logic into a separate gem called
  [Apitizer](https://github.com/IvanUkhov/apitizer).
* Elimination of the `--version` and `--format` options of the CLI.

## Typekit Client 0.0.3 (May 31, 2014)

* Object-restful mapping (families, kits, etc. got proper classes).
* Command history and tab completion in the CLI.

## Typekit Client 0.0.2 (May 28, 2014)

* New name for the gem (still `require 'typekit'`).
* Basic DSL for describing RESTful resources.
* Client-side verification of user requests.
* Refactoring, preparing for new features.

## Typekit 0.0.1 (May 16, 2014)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
typekit-client-0.0.6 CHANGELOG.md