forked from foundweekends/giter8
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nathan Hamblen
committed
Apr 9, 2012
1 parent
180d0ed
commit 67d5618
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
### Obligatory Upgrade | ||
|
||
Beacuse github is [terminating its v2 APIs][gh] on May 1, 2012 and | ||
these are used by all earlier virsions of giter8, you must upgrade in | ||
order to continue using the software. | ||
|
||
[gh]: https://github.com/blog/1090-github-api-moving-on | ||
|
||
### Improvements | ||
|
||
* `random` formatter for template properties, appends random characters | ||
to the given string { [pk11][pk] } | ||
* Refactor to allow easier external use of giter8 templating { [n8han][rf] } | ||
|
||
[pk]: https://github.com/n8han/giter8/pull/46 | ||
[rf]: https://github.com/n8han/giter8/issues/44 |