-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding separate changelog and license
- Loading branch information
1 parent
82feacf
commit 9a3addd
Showing
4 changed files
with
40 additions
and
24 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,21 @@ | ||
# Changelog | ||
|
||
## [v3.0.1](https://github.com/uqbar-project/njsx/releases/v3.0.1) | ||
- Full Typescript support! Exporting type definitions. | ||
- Removed Rule mechanics in favor of simpler configuration. | ||
- Argument transformations. | ||
- Full SVG elements support. | ||
- Separate projects for `react` and `react-native` setups. | ||
- Adding support for previous versions of `react` and `react-native`. | ||
|
||
## [v2.1.5](https://github.com/uqbar-project/njsx/releases/v2.1.5) | ||
- Support for React-Native styles as builder arguments. | ||
- React-Native components will not be evaluated until used. | ||
|
||
## [v.2.0.0](https://github.com/uqbar-project/njsx/releases/v2.0.0) | ||
- Builders can now be refined by attribute access (ES6+). | ||
- Rules are now defined with objects instead of arrays. | ||
|
||
## [v1.0.1](https://github.com/uqbar-project/njsx/releases/v1.0.1) | ||
- Configurable rules for handling builder arguments. | ||
- React and React-Native builders. |
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 @@ | ||
Internet Systems Consortium license | ||
=================================== | ||
|
||
Copyright (c) 2017, Uqbar Foundation | ||
|
||
Permission to use, copy, modify, and/or distribute this software for any purpose | ||
with or without fee is hereby granted, provided that the above copyright notice | ||
and this permission notice appear in all copies. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH | ||
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND | ||
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, | ||
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS | ||
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER | ||
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF | ||
THIS SOFTWARE. |
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
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