Comparing version 3.0.1-SNAPSHOT to 3.0.1
{ | ||
"name": "njsx", | ||
"version": "3.0.1-SNAPSHOT", | ||
"version": "3.0.1", | ||
"description": "No-JSX: A customizable interface for creating React and React-Native components without JSX syntax. For more information visit https://github.com/uqbar-project/njsx.", | ||
@@ -15,4 +15,5 @@ "repository": "https://github.com/uqbar-project/njsx", | ||
"build": "rm -rf dist && tsc", | ||
"tav": "tav react yarn test", | ||
"test": "mocha --recursive --require ts-node/register src/**/*.test.tsx" | ||
"lint": "tslint src/index.ts", | ||
"test": "mocha --recursive --require ts-node/register src/**/*.test.tsx", | ||
"prepublishOnly": "yarn install && yarn lint && yarn test && yarn build" | ||
}, | ||
@@ -23,5 +24,5 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@types/react": "^16.3.14", | ||
"@types/chai": "^4.1.3", | ||
"@types/mocha": "^5.2.0", | ||
"@types/react": "^16.3.13", | ||
"chai": "^4.1.2", | ||
@@ -28,0 +29,0 @@ "mocha": "^5.1.1", |
# No-JSX | ||
[![Build Status](https://travis-ci.org/uqbar-project/njsx.svg?branch=master)](https://travis-ci.org/uqbar-project/njsx) | ||
[![npm version](https://badge.fury.io/js/njsx.svg)](https://badge.fury.io/js/njsx) | ||
@@ -33,3 +34,2 @@ A pure function based interface for creating [React](https://facebook.github.io/react/) and [React Native](https://facebook.github.io/react-native/) components without *JSX* tags. | ||
- [Working with older versions](#working-with-older-versions) | ||
- [Changelog](#changelog) | ||
- [Contributions](#contributions) | ||
@@ -310,23 +310,2 @@ - [License](#license) | ||
## Changelog | ||
### v3.0.1 | ||
- Full Typescript support! Exporting type definitions. | ||
- Removed Rule mechanics in favor of simpler configuration. | ||
- Argument transformations. | ||
- Full SVG elements support. | ||
### v2.1.5 | ||
- Support for React-Native styles as builder arguments. | ||
- React-Native components will not be evaluated until used. | ||
### v.2.0.0 | ||
- Builders can now be refined by attribute access (ES6+). | ||
- Rules are now defined with objects instead of arrays. | ||
### v1.0.1 | ||
- React and React-Native builders. | ||
- Configurable rules for handling builder arguments. | ||
## Contributions | ||
@@ -333,0 +312,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
16453
6
1
317