Skip to content

Commit

Permalink
Merge pull request #27 from kwonoj/chore-pkg
Browse files Browse the repository at this point in the history
chore(release): release 0.0.1
  • Loading branch information
kwonoj authored Aug 19, 2017
2 parents c74aa23 + 47c4c48 commit ab635f8
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 17 deletions.
33 changes: 18 additions & 15 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# Logs
logs
*.log
npm-debug.log*

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

perf
spec
.git
.vscode
yarn.lock
coverage
typings/
.vscode/
src/
spec/
!dist/src
examples/
.travis.yml
appveyor.yml
jest.json
tsconfg.json
tslint.json
wallaby.js
.circleci/
tsconfig.json
commitlint.config.js
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<a name="0.0.1"></a>
## 0.0.1 (2017-08-19)


### Bug Fixes

* **subscriptiontokenparsereducer:** fix unsubscription frame ([d39e10e](https://github.com/kwonoj/rx-sandbox/commit/d39e10e))
* **testmessagevalue:** loosen generic type of complete ([5640e97](https://github.com/kwonoj/rx-sandbox/commit/5640e97))
* **testscheduler:** correct crection method return ([d0d79de](https://github.com/kwonoj/rx-sandbox/commit/d0d79de))
* **testscheduler:** do not expose advance_ interface ([1158160](https://github.com/kwonoj/rx-sandbox/commit/1158160))
* **testscheduler:** fix return types for creation method ([e943d6f](https://github.com/kwonoj/rx-sandbox/commit/e943d6f))
* **testscheduler:** setup hot observable when flush ([cc7865a](https://github.com/kwonoj/rx-sandbox/commit/cc7865a))


### Features

* **getmarbles:** initial implementation for getmarbles ([d8058e3](https://github.com/kwonoj/rx-sandbox/commit/d8058e3))
* **index:** export rxSandbox ([1d8065e](https://github.com/kwonoj/rx-sandbox/commit/1d8065e))
* **index:** export utility functions ([c42845c](https://github.com/kwonoj/rx-sandbox/commit/c42845c))
* **index:** export utility functions ([68fbbef](https://github.com/kwonoj/rx-sandbox/commit/68fbbef))
* **index:** setup initial index ([5fffa83](https://github.com/kwonoj/rx-sandbox/commit/5fffa83))
* **marbletoken:** define tokens for marble diagram DSL ([9d82b94](https://github.com/kwonoj/rx-sandbox/commit/9d82b94))
* **MessageRecordObserver:** rename VirtualObserver to MessageRecordObserver ([61ee4ee](https://github.com/kwonoj/rx-sandbox/commit/61ee4ee))
* **parseobservablemarble:** define interfaces for parseObservableMarble ([579c679](https://github.com/kwonoj/rx-sandbox/commit/579c679))
* **parseobservablemarble:** parse non grouped values ([3ca4be4](https://github.com/kwonoj/rx-sandbox/commit/3ca4be4))
* **parseobservablemarble:** support expanding timeframe ([87e988f](https://github.com/kwonoj/rx-sandbox/commit/87e988f))
* **parseobservablemarble:** support flatten inner observables ([9cbb534](https://github.com/kwonoj/rx-sandbox/commit/9cbb534))
* **parseobservablemarble:** support grouped value ([7213642](https://github.com/kwonoj/rx-sandbox/commit/7213642))
* **parsesubscriptionmarble:** implement parseSubscriptionMarble ([dc33071](https://github.com/kwonoj/rx-sandbox/commit/dc33071))
* **rxsandbox:** export interfaces ([fbc2933](https://github.com/kwonoj/rx-sandbox/commit/fbc2933))
* **testmessage:** expose TestMessage interface ([0dd9b4b](https://github.com/kwonoj/rx-sandbox/commit/0dd9b4b))
* **testmessagevalue:** implement testmessagevalue ([5e6c656](https://github.com/kwonoj/rx-sandbox/commit/5e6c656))
* **TestMessageValue:** implement TestMessageValue ([59b6e36](https://github.com/kwonoj/rx-sandbox/commit/59b6e36))
* **testscheduler:** define public interfaces ([e4b37bf](https://github.com/kwonoj/rx-sandbox/commit/e4b37bf))
* **testscheduler:** expose createObservable interface ([fe10331](https://github.com/kwonoj/rx-sandbox/commit/fe10331))
* **testscheduler:** implement autoflush ([2f4540f](https://github.com/kwonoj/rx-sandbox/commit/2f4540f))
* **testscheduler:** support subscriptionMarbles ([692d631](https://github.com/kwonoj/rx-sandbox/commit/692d631))
* **VirtualObserver:** implements VirtualObserver ([958e9f2](https://github.com/kwonoj/rx-sandbox/commit/958e9f2))
* **VirtualTestScheduler:** implements initial VirtualTestScheduler interface ([084ea38](https://github.com/kwonoj/rx-sandbox/commit/084ea38))



3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[![Build Status](https://circleci.com/gh/kwonoj/rx-sandbox/tree/master.svg?style=shield&circle-token=:circle-token)](https://circleci.com/gh/kwonoj/rx-sandbox/tree/master)
[![codecov](https://codecov.io/gh/kwonoj/rx-sandbox/branch/master/graph/badge.svg)](https://codecov.io/gh/kwonoj/rx-sandbox)
[![npm](https://img.shields.io/npm/v/rx-sandbox.svg)](https://www.npmjs.com/package/rx-sandbox)
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "rx-sandbox",
"version": "0.0.1",
"description": "",
"main": "",
"description": "Test suite for RxJS 5 based on marble diagram DSL",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"engines": {
"npm": ">=3.0.0",
"node": ">=4.2.4"
Expand Down Expand Up @@ -61,6 +62,7 @@
"@types/jest": "^20.0.7",
"chai": "^4.1.1",
"commitizen": "2.9.6",
"conventional-changelog-cli": "^1.3.2",
"cz-conventional-changelog": "2.0.0",
"husky": "^0.14.3",
"jest": "^20.0.4",
Expand All @@ -78,5 +80,8 @@
},
"peerDependencies": {
"rxjs": "5.x"
},
"dependencies": {
"tslib": "^1.7.1"
}
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"noUnusedParameters": true,
"module": "commonjs",
"moduleResolution": "node",
"importHelpers": true,
"pretty": true,
"target": "es5",
"outDir": "dist",
Expand Down

0 comments on commit ab635f8

Please sign in to comment.