From 2764ac24be6a95ee02746ec244064b83a3ec046d Mon Sep 17 00:00:00 2001 From: Sam Shepherd Date: Tue, 28 Feb 2017 06:41:16 -0600 Subject: [PATCH] v3.2.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aac6a78..1cf2cf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.2.0] - 2017-02-28 + +### Changes +#### Added `limit` to `getFlattenedFields() options` +This limits length of the array returned + +Usage: +``` js +Utils.getFlattenedFields(Object|Array, {limit: 100}); +``` + ## [3.1.0] - 2017-02-22 ### Changes @@ -175,6 +186,7 @@ backoff.attemptAsync(operation, options).then(res => { ### Added - Initial release. +[3.2.0]: https://github.com/flowxo/flowxo-utils/compare/v3.1.0...v3.2.0 [3.1.0]: https://github.com/flowxo/flowxo-utils/compare/v3.0.2...v3.1.0 [3.0.2]: https://github.com/flowxo/flowxo-utils/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/flowxo/flowxo-utils/compare/v3.0.0...v3.0.1 diff --git a/package.json b/package.json index 094a0ea..59e58ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flowxo-utils", - "version": "3.1.0", + "version": "3.2.0", "description": "Common utilities for Flow XO.", "main": "lib/index.js", "scripts": {