Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.

Commit 9261af5

Browse files
GitBrentGitBrent
GitBrent
authored and
GitBrent
committed
Updated for v1.2.1
1 parent 8288b45 commit 9261af5

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Change Log
22

3-
## [v1.2.1](https://github.com/gitbrent/sprestlib/tree/v1.2.1) (2017-10-??)
3+
## [v1.2.1](https://github.com/gitbrent/sprestlib/tree/v1.2.1) (2017-10-12)
44
[Full Changelog](https://github.com/gitbrent/sprestlib/compare/v1.2.0...v1.2.1)
55

66
**Fixed Bugs:**
77
- Url param passing .rest() with 'http'/'https' is not being parsed correctly [\#2](https://github.com/gitbrent/sprestlib/issues/2) ([gitbrent](https://github.com/gitbrent))
8-
8+
- Query options passed to .rest() are only parsed when 'queryCols' exists [\#3](https://github.com/gitbrent/sprestlib/issues/3) ([gitbrent](https://github.com/gitbrent))
99

1010

1111

@@ -19,6 +19,8 @@
1919
**Fixed Bugs:**
2020
- The sprLib.rest() method is not parsing queryCols correctly [\#1](https://github.com/gitbrent/sprestlib/issues/1) ([gitbrent](https://github.com/gitbrent))
2121

22+
23+
2224
## [v1.1.0](https://github.com/gitbrent/sprestlib/tree/v1.1.0) (2017-09-07)
2325
[Full Changelog](https://github.com/gitbrent/sprestlib/compare/v1.0.0...v1.1.0)
2426

@@ -27,6 +29,8 @@
2729
- Fixed error handling in Node.js
2830
- Fixed return of empty array for null Person/lookup fields
2931

32+
33+
3034
## [v1.0.0](https://github.com/gitbrent/sprestlib/tree/v1.0.0) (2017-08-08)
3135
[Full Changelog](https://github.com/gitbrent/sprestlib/compare/v0.12.0...v1.0.0)
3236

dist/sprestlib.bundle.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sprestlib.bundle.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sprestlib.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var NODEJS = ( typeof module !== 'undefined' && module.exports );
4242

4343
(function(){
4444
// APP VERSION/BUILD
45-
var APP_VER = "1.2.1-beta";
45+
var APP_VER = "1.2.1";
4646
var APP_BLD = "20171012";
4747
var DEBUG = false; // (verbose mode/lots of logging)
4848
// APP FUNCTIONALITY

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sprestlib",
3-
"version": "1.3.0-beta",
3+
"version": "1.2.1",
44
"author": {
55
"name": "Brent Ely",
66
"url": "https://github.com/gitbrent/"

0 commit comments

Comments
 (0)