Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ersimont committed Apr 6, 2019
1 parent d35fa74 commit 8e41cd8
Show file tree
Hide file tree
Showing 7 changed files with 1,684 additions and 21 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.2.0"></a>

# [1.2.0](https://github.com/simontonsoftware/s-rxjs-utils/compare/v1.1.0...v1.2.0) (2019-04-06)

### Features

- add `createOperatorFunction()`, deprecating `createPipeable()` ([23e4c56](https://github.com/simontonsoftware/s-rxjs-utils/commit/23e4c56))
- add `filterBehavior()` ([549dc76](https://github.com/simontonsoftware/s-rxjs-utils/commit/549dc76))
- add `mapAndCacheElements` ([ebf81b1](https://github.com/simontonsoftware/s-rxjs-utils/commit/ebf81b1))

<a name="1.1.0"></a>

# [1.1.0](https://github.com/simontonsoftware/s-rxjs-utils/compare/v1.0.0...v1.1.0) (2019-01-08)
Expand Down
2 changes: 1 addition & 1 deletion docs/typedoc/assets/js/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions docs/typedoc/classes/subscriptionmanager.html
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,9 @@
</li>
</ul>
</li>
<li class=" tsd-kind-interface tsd-has-type-parameter tsd-is-not-exported">
<a href="../interfaces/requiredsubscriber.html" class="tsd-kind-icon">Required<wbr>Subscriber</a>
</li>
<li class=" tsd-kind-variable tsd-is-not-exported">
<a href="../index.html#context" class="tsd-kind-icon">context</a>
</li>
Expand All @@ -894,9 +897,18 @@
<li class=" tsd-kind-function tsd-has-type-parameter">
<a href="../index.html#cache" class="tsd-kind-icon">cache</a>
</li>
<li class=" tsd-kind-function tsd-has-type-parameter">
<a href="../index.html#createoperatorfunction" class="tsd-kind-icon">create<wbr>Operator<wbr>Function</a>
</li>
<li class=" tsd-kind-function tsd-has-type-parameter">
<a href="../index.html#createpipeable" class="tsd-kind-icon">create<wbr>Pipeable</a>
</li>
<li class=" tsd-kind-function tsd-has-type-parameter">
<a href="../index.html#filterbehavior" class="tsd-kind-icon">filter<wbr>Behavior</a>
</li>
<li class=" tsd-kind-function tsd-has-type-parameter">
<a href="../index.html#mapandcacheelements" class="tsd-kind-icon">map<wbr>And<wbr>Cache<wbr>Elements</a>
</li>
<li class=" tsd-kind-function tsd-has-type-parameter">
<a href="../index.html#skipafter" class="tsd-kind-icon">skip<wbr>After</a>
</li>
Expand Down
Loading

0 comments on commit 8e41cd8

Please sign in to comment.