Skip to content

Commit

Permalink
🏹 Alpha 1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmhunt committed Dec 20, 2016
1 parent 90a7cdc commit 0f9c834
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
For TODO between alpha and release, see https://github.com/knockout/tko/issues/1

## 🐋 Alpha-2 ( Work in progress on the `master` branch )

## 🏹 Alpha-1 ( Work in progress on the `master` branch )

* Fix negation operator (-) application - integers `-1` work, as well as variables `-x` and expressions `-(x + y)`
## 🏹 Alpha-1 (20 Dec 2016)

* Fix negation operator (-) application - integers/floats e.g. `-1` work, as well as variables `-x` and expressions `-(x + y)`
* Use tko.binding.foreach for the `foreach` binding (based on brianmhunt/knockout-fast-foreach)
* Add `each` as an alias of `foreach`

Expand Down
2 changes: 1 addition & 1 deletion dist/ko.js
Original file line number Diff line number Diff line change
Expand Up @@ -8514,7 +8514,7 @@ extend(options.filters, filters);
// Expose the API.
var index = {
// --- Top-level ---
version: '4.0.0-alpha0',
version: '4.0.0-alpha1',
options: options,

extenders: extenders,
Expand Down
2 changes: 1 addition & 1 deletion dist/tko.js
Original file line number Diff line number Diff line change
Expand Up @@ -8514,7 +8514,7 @@ extend(options.filters, filters);
// Expose the API.
var index = {
// --- Top-level ---
version: '4.0.0-alpha0',
version: '4.0.0-alpha1',
options: options,

extenders: extenders,
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ utils.extend(options.filters, punchesFilters);
// Expose the API.
export default {
// --- Top-level ---
version: '4.0.0-alpha0',
version: '4.0.0-alpha1',
options: options,

extenders: extenders,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tko",
"description": "TKO is an experimental fork of Knockout",
"homepage": "http://knockoutjs.com/",
"version": "4.0.0-alpha0",
"version": "4.0.0-alpha1",
"license": "MIT",
"author": "The Knockout.js Team",
"main": "dist/knockout-latest.debug.js",
Expand Down

0 comments on commit 0f9c834

Please sign in to comment.