Skip to content

Commit ab633ca

Browse files
committed
Previous release was 0.2.0, not 0.2.1. Fix docs.
1 parent 8af5d21 commit ab633ca

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

site/jekyll/_posts/2014-04-16-0.2.0-release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: "ReactJS.NET 0.2.0 - MSBuild and Linux Support"
2+
title: "ReactJS.NET 0.2 - MSBuild and Linux Support"
33
layout: post
44
author: Daniel Lo Nigro
55
---
66

7-
I'm happy to announce the release of ReactJS.NET 0.2.0! This is a minor release
7+
I'm happy to announce the release of ReactJS.NET 0.2! This is a minor release
88
and adds a number of new features:
99

1010
* [Precompilation of JSX files via MSBuild](/guides/msbuild.html)

site/jekyll/_posts/2014-04-25-1.0-release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ layout: post
44
author: Daniel Lo Nigro
55
---
66

7-
I'm happy to announce the release of ReactJS.NET 1.0! There have not been many changes since 0.2.1, but I've decided to release this version as 1.0 since the API is becoming fairly stable, I'm now using it in production for one of the pages on my personal site, and most importantly, I've met the end goal I set when starting the project — Getting it to run on Linux :)
7+
I'm happy to announce the release of ReactJS.NET 1.0! There have not been many changes since version 0.2, but I've decided to release this version as 1.0 since the API is becoming fairly stable, I'm now using it in production for one of the pages on my personal site, and most importantly, I've met the end goal I set when starting the project — Getting it to run on Linux :)
88

9-
Changes since 0.2.1:
9+
Changes since 0.2:
1010

1111
* [Full Linux and Mac OS X (Mono) support](/guides/mono.html) via Google's V8 JavaScript engine, the same engine used by Google Chrome and Node.js. Windows support for V8 is a lower priority but will come soon.
1212
* ES6 transforms (via jstransform) enabled out of the box, meaning you can use some ES6 features such as [arrow functions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/arrow_functions), [short object notation](http://ariya.ofilabs.com/2013/02/es6-and-object-literal-property-value-shorthand.html) and [classes](http://wiki.ecmascript.org/doku.php?id=strawman:maximally_minimal_classes) in your JSX files.

site/jekyll/guides/msbuild.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: docs
33
title: MSBuild
44
---
55

6-
**New in ReactJS.NET 0.2.0**
6+
**New in ReactJS.NET 0.2**
77

88
ReactJS.NET includes an MSBuild task for compiling JSX into JavaScript. This is
99
handy to improve the start time of your application, especially if you have a

0 commit comments

Comments
 (0)