Comparing version 5.0.0-rc4 to 5.0.0-rc5
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="5.0.0-rc5"></a> | ||
# 5.0.0-rc5 (2018-03-07) | ||
### Bug Fixes | ||
* package json typings location ([5f6fde0](https://github.com/ike18t/ng-mocks/commit/5f6fde0)) | ||
<a name="5.0.0-rc4"></a> | ||
@@ -63,2 +73,7 @@ # 5.0.0-rc4 (2018-03-07) | ||
<a name="5.0.0-rc4"></a> | ||
# 5.0.0-rc4 (2018-03-07) | ||
<a name="5.0.0-rc3"></a> | ||
@@ -116,2 +131,7 @@ # 5.0.0-rc3 (2018-03-07) | ||
<a name="5.0.0-rc3"></a> | ||
# 5.0.0-rc3 (2018-03-07) | ||
<a name="5.0.0-rc2"></a> | ||
@@ -164,3 +184,50 @@ # 5.0.0-rc2 (2018-03-07) | ||
<a name="5.0.0-rc2"></a> | ||
# 5.0.0-rc2 (2018-03-07) | ||
### Bug Fixes | ||
* integrate mock-pipe ([d747517](https://github.com/ike18t/ng-mocks/commit/d747517)) | ||
* mock_direcive integration ([7f02f7b](https://github.com/ike18t/ng-mocks/commit/7f02f7b)) | ||
### Features | ||
* merge in mock-module ([05eaebe](https://github.com/ike18t/ng-mocks/commit/05eaebe)) | ||
* support inputs and outputs from extended components ([fc46838](https://github.com/ike18t/ng-mocks/commit/fc46838)) | ||
<a name="5.0.0-rc1"></a> | ||
# 5.0.0-rc1 (2018-02-10) | ||
### Bug Fixes | ||
* add reflect-metadata back to devDeps ([385c9c4](https://github.com/ike18t/ng-mocks/commit/385c9c4)) | ||
* Add support for directives with a different kind of meta ([0bd38cc](https://github.com/ike18t/ng-mocks/commit/0bd38cc)) | ||
* add testbed test that exposed now fixed issue ([610cbdc](https://github.com/ike18t/ng-mocks/commit/610cbdc)) | ||
* forgot how to use js reduce ([de518d4](https://github.com/ike18t/ng-mocks/commit/de518d4)) | ||
* instantiate event emitters in component constructor ([fb4b97d](https://github.com/ike18t/ng-mocks/commit/fb4b97d)) | ||
* module exports is now all declarations ([fbb0e73](https://github.com/ike18t/ng-mocks/commit/fbb0e73)) | ||
* output binding ([59f476d](https://github.com/ike18t/ng-mocks/commit/59f476d)) | ||
* works with component w/o inputs or outputs ([b3d38e7](https://github.com/ike18t/ng-mocks/commit/b3d38e7)) | ||
### Features | ||
* add exportAs and alias support ([14a1474](https://github.com/ike18t/ng-mocks/commit/14a1474)) | ||
* add support for exportAs and input aliases ([9b42a21](https://github.com/ike18t/ng-mocks/commit/9b42a21)) | ||
* Adding angular 2 compatibility and moving to peerDependency ([#3](https://github.com/ike18t/ng-mocks/issues/3)) ([4bd93db](https://github.com/ike18t/ng-mocks/commit/4bd93db)) | ||
* component mock implements control value accessor to support ngModel binding ([67ea7c4](https://github.com/ike18t/ng-mocks/commit/67ea7c4)) | ||
* initial implementation ([893f83b](https://github.com/ike18t/ng-mocks/commit/893f83b)) | ||
* memoize function by arg ([031e3a6](https://github.com/ike18t/ng-mocks/commit/031e3a6)) | ||
* memoize function by arg ([cac00b3](https://github.com/ike18t/ng-mocks/commit/cac00b3)) | ||
* mock module providers ([49b2272](https://github.com/ike18t/ng-mocks/commit/49b2272)) | ||
* Upgrade to angular 5 and pull in testbed for tests ([7df64a8](https://github.com/ike18t/ng-mocks/commit/7df64a8)) | ||
<a name="5.0.0-rc1"></a> | ||
# 5.0.0-rc1 (2018-02-10) |
{ | ||
"name": "ng-mocks", | ||
"version": "5.0.0-rc4", | ||
"version": "5.0.0-rc5", | ||
"description": "Functions for creating angular mocks", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"definitions", | ||
"CHANGELOG", | ||
"dist", | ||
@@ -12,6 +13,2 @@ "LICENSE", | ||
], | ||
"typings": "definitions/index", | ||
"typescript": { | ||
"definition": "definitions/index" | ||
}, | ||
"scripts": { | ||
@@ -18,0 +15,0 @@ "clean": "rm -rf dist coverage", |
@@ -1,3 +0,3 @@ | ||
[![Build Status](https://travis-ci.org/ike18t/mock_component.png?branch=master)](https://travis-ci.org/ike18t/mock_component) | ||
[![npm version](https://badge.fury.io/js/mock-component.svg)](https://badge.fury.io/js/mock-component) | ||
[![Build Status](https://travis-ci.org/ike18t/ng-mocks.png?branch=master)](https://travis-ci.org/ike18t/ng-mocks) | ||
[![npm version](https://badge.fury.io/js/ng-mocks.svg)](https://badge.fury.io/js/ng-mocks) | ||
@@ -4,0 +4,0 @@ # mock_component |
65551