Comparing version 0.9.5 to 0.9.6
# Changelog | ||
## 0.9.6 | ||
- Updates dependencies | ||
## 0.9.5 | ||
@@ -4,0 +7,0 @@ - Fixes function `parseBlockArguments()` returning double quotes instead of empty string |
{ | ||
"name": "kandybars", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"description": "A template engine for all purposes.", | ||
@@ -19,6 +19,6 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/jalik/kandybars.js.git" | ||
"url": "https://github.com/jalik/kandybars.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/jalik/kandybars.js/issues" | ||
"url": "https://github.com/jalik/kandybars/issues" | ||
}, | ||
@@ -36,23 +36,22 @@ "main": "dist/kandybars.js", | ||
"dependencies": { | ||
"@jalik/deep-extend": "^1.1.2", | ||
"@jalik/extend": "^2.1.2", | ||
"@jalik/observer": "^1.1.2" | ||
"@jalik/deep-extend": "^1.1.3", | ||
"@jalik/extend": "^2.1.3", | ||
"@jalik/observer": "^1.1.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.3.4", | ||
"@babel/preset-env": "^7.3.4", | ||
"ajv": "^6.10.0", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"del": "^3.0.0", | ||
"eslint": "^5.15.1", | ||
"eslint-config-airbnb": "^17.1.0", | ||
"eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-jest": "^22.3.0", | ||
"eslint-plugin-jsx-a11y": "^6.2.1", | ||
"eslint-plugin-react": "^7.12.4", | ||
"gulp": "^4.0.0", | ||
"@babel/core": "^7.5.5", | ||
"ajv": "^6.10.2", | ||
"babel-preset-airbnb": "^4.0.1", | ||
"del": "^5.0.0", | ||
"eslint": "^5.16.0", | ||
"eslint-config-airbnb": "^17.1.1", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-jest": "^22.13.6", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-react": "^7.14.3", | ||
"gulp": "^4.0.2", | ||
"gulp-babel": "^8.0.0", | ||
"gulp-eslint": "^5.0.0", | ||
"jest": "^24.1.0" | ||
"jest": "^24.8.0" | ||
} | ||
} |
# Kandybars | ||
![GitHub package.json version](https://img.shields.io/github/package-json/v/jalik/kandybars.svg) | ||
[![Build Status](https://travis-ci.com/jalik/kandybars.svg?branch=master)](https://travis-ci.com/jalik/kandybars) | ||
![GitHub](https://img.shields.io/github/license/jalik/kandybars.svg) | ||
![GitHub last commit](https://img.shields.io/github/last-commit/jalik/kandybars.svg) | ||
[![GitHub issues](https://img.shields.io/github/issues/jalik/kandybars.svg)](https://github.com/jalik/kandybars/issues) | ||
![npm](https://img.shields.io/npm/dt/kandybars.svg) | ||
A template engine for all purposes. | ||
A template engine based on mustache syntax for all purposes. | ||
**Note: This package is currently under development and may change, please do not use in production.** | ||
## Create a template in HTML | ||
@@ -8,0 +12,0 @@ |
45136
14
10
217
Updated@jalik/deep-extend@^1.1.3
Updated@jalik/extend@^2.1.3
Updated@jalik/observer@^1.1.3