Releases: types/_generator-typings
Release list
Patch release
Windows HOME path fix
1.0 Release
Finally it's time to release the 1.0 version.
The beta branch is gone and you will access all functionality that works with typings@1.0 from yo typings directly (instead of yo typings:beta).
To recap what's the change from previous non-beta version:
- Support
typings@1.0 - Create a config template to speed up configuration (you can
yo typings --update-templateto make changes to it after the first time) - Rework all prompts and workflow
- Support
boweras well asnpm(httpis also support, which basically doesn't do much 😛 ) - Support multiple ways to create your typings repository
Hope you will like it. 😄
Fix browser workflow
In the previous release, when you choose browser as one of the source usage, the package.json is not created correctly.
This release fix that issue.
Also, a debug option is added to print out the resulting configurations for debug purpose (and remove the default debug props printing)
Fix update-template workflow
There is a bug the prevent --update-template (and first time setup) to run correctly as I upgrade yeoman-generator to 0.23
This fix the issue.
Fix template configuration
There is a bug in configuring the template, blocking usage the first time.
fixes #83
Polish build
This is probably the last release before 1.0
Seems like not the case.
This release includes changes from 0.15.7 to 0.15.12
0.15.12
- Make quotes (those message displayed while waiting for install to complete) in yellow to make them more stand out.
- Simplify test scripts
- Improve git cloning process
- Now support 3 ways to use the generator. See README
- Add
generator-typingslink (and version) to the generated README.
0.15.11
- Improve adding git remote
0.15.10
- Fix case when the package.json is big
0.15.9
- Use
onchange -woption
0.15.8
- Fix jspm test to not exit prematurely
- Disable browserify test for now (as tsify not working with TS 1.9)
- Fix getRemote
0.15.7
- Generate different main file based on usage.
Quick fixes on beta
Tight up some loose ends on beta:
- Update
tsconfig.jsonto work withtypings@1.0 - Add a quote of the day system while waiting for npm install to complete (need more quote suggestions! 🌷 )
- Fix tests
Beta Logging clean up
Improve logging on beta
Also fixed an issue when using browser test (blue-tape is not installed)
First beta release
This is the real first release of beta. You can use it with yo typings:beta.
It should work with the current workflow (i.e. create github -> clone then yo typings:beta)
It also should work with a simplified workflow:
- Create github repository
mkdir xyz && cd xyzyo typings:beta
i.e. you don't have to clone it.
This is under testing right now.
It is updated to work withtypings@1.0.
Please let me know if you encounter any issue.
The current generator is also updated to work with yeoman-generator.
But it is not updated for typings@1.0 yet.
I want to release 1.0 using beta generator soon.