Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ember-cli-typescript-blueprints

typed-ember78.4kMIT3.0.0

TypeScript blueprints for generating ember-cli entities

ember-addon

readme

ember-cli-typescript-blueprints

This package provides TypeScript-aware blueprints for ember generate-ing standard entities, covering the blueprints normally provided by ember-source and ember-data. See the ember-cli-typescript repository for more details on working with TypeScript in Ember!

changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

3.0.0 - 2019

🎉 Added

  • Generators for Glimmer components

💥 Breaking

  • Removes support for Module Unification, in line with its removal from Ember's roadmap in favor of other directions.
  • Removes support for Node 6

2.0.0 - 2019-03-13

This release formalizes the contents of 2.0.0-beta.1 as a stable release. It also includes refreshes to several blueprints by @simonihmig 👏

2.0.0-beta.1 - 2018-10-25

Changed

  • Both ember-cli-babel and ember-cli-typescript are now added as dependencies when generating in-repo addons (#11)
  • We no longer generate .ts files for addons' app re-exports, as those files aren't handled by the addons' own preprocessors, but rather the host app's (#11)

1.2.0 - 2018-10-03

Updated

  • Ember Data blueprints now align with the per-type registry files (#10)

1.1.0 - 2018-09-10

Added

  • Support for generating components in a module unification project (#8)

1.0.0 - 2018-08-21

This release was the initial import of all existing blueprints from ember-cli-typescript.