Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Changelog 0.16 #459

Closed
SBoudrias opened this issue Jan 8, 2014 · 2 comments
Closed

[WIP] Changelog 0.16 #459

SBoudrias opened this issue Jan 8, 2014 · 2 comments
Assignees

Comments

@SBoudrias
Copy link
Member

Environement

  • Fix bugs with path resolution. Now only the CWD directory is walked up, and we fixed bug with Windows paths that could wind up in an infinite loop.

Generators test utilities

  • All previous yeoman.test.assertX method are available as yeoman.assert.x.
  • Fix bug offucring with test.testDirectory on Windows when the test directory was the CWD.
  • Cleanup and new assertions methods (thanks to @smackesey on PR Add assert helpers #436)
    • New: assertFileContent (check a file exist and its content match a regex)
    • New: assertNoFileContent (check a file content doesn't match a regex)
    • New: assertNoFile (check a file doesn't exist)
    • Renamed: before -> setUpTestDirectory
    • Deprecated: assertFile with regex to match content. Use assertFileContent instead.
    • We added deprecation log notice for now. But the methods/signature will be removed in the 1.0 Generator system.

Misc

  • Start working on better JSDoc markup to generate automatic API documentation.
@ghost ghost assigned SBoudrias Jan 8, 2014
@SBoudrias
Copy link
Member Author

@sindresorhus
Copy link
Member

woot :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants