Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Commit

Permalink
Cut release: v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon committed May 28, 2019
1 parent b8dfd79 commit 2cd8e35
Show file tree
Hide file tree
Showing 14 changed files with 10,664 additions and 2,322 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/Bloombox/JS.svg?branch=master)](https://travis-ci.org/Bloombox/JS) [![npm](https://img.shields.io/npm/v/bloombox.svg)]() [![npm](https://img.shields.io/npm/dw/bloombox.svg)](https://github.com/bloombox/JS) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/f3dd1253ff8140fd96ff1b4dad0afd2d)](https://www.codacy.com/app/bloombox/JS?utm_source=github.com&utm_medium=referral&utm_content=Bloombox/JS&utm_campaign=Badge_Grade) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Maintainability](https://api.codeclimate.com/v1/badges/b02d3e57e60d030bc818/maintainability)](https://codeclimate.com/github/Bloombox/JS/maintainability) [![codecov](https://codecov.io/gh/Bloombox/JS/branch/master/graph/badge.svg)](https://codecov.io/gh/Bloombox/JS)

Latest Version: `v2.1.0-rc6`
Latest Version: `v2.1.0`

This package provides support for Bloombox APIs in browser-oriented JavaScript. It's built using the Closure stack from
Google, including Closure Compiler, Library, builder, and so on. Made with love by [Bloombox](https://bloombox.cloud) in Sacramento, CA.
Expand Down Expand Up @@ -52,13 +52,13 @@ variant of the library, placed just before the `.min` in the script URL, like `-
If you would like to pin your application to a specific version of the library, you can do that:

```html
<script type="text/javascript" src="https://js.bloombox.cloud/client/v2.1.0-rc6.min.js"></script>
<script type="text/javascript" src="https://js.bloombox.cloud/client/v2.1.0.min.js"></script>
```

and...

```html
<script type="text/javascript" src="https://js.bloombox.cloud/client/v2.1.0-rc6-debug.min.js"></script>
<script type="text/javascript" src="https://js.bloombox.cloud/client/v2.1.0-debug.min.js"></script>
```


Expand Down
4,502 changes: 2,362 additions & 2,140 deletions public/client-debug.min.js

Large diffs are not rendered by default.

Binary file modified public/client-debug.min.js.br
Binary file not shown.
Binary file modified public/client-debug.min.js.gz
Binary file not shown.
361 changes: 183 additions & 178 deletions public/client.min.js

Large diffs are not rendered by default.

Binary file modified public/client.min.js.br
Binary file not shown.
Binary file modified public/client.min.js.gz
Binary file not shown.
7,908 changes: 7,908 additions & 0 deletions public/client/v2.1.0-debug.min.js

Large diffs are not rendered by default.

Binary file added public/client/v2.1.0-debug.min.js.br
Binary file not shown.
Binary file added public/client/v2.1.0-debug.min.js.gz
Binary file not shown.
207 changes: 207 additions & 0 deletions public/client/v2.1.0.min.js

Large diffs are not rendered by default.

Binary file added public/client/v2.1.0.min.js.br
Binary file not shown.
Binary file added public/client/v2.1.0.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/license.txt

Large diffs are not rendered by default.

0 comments on commit 2cd8e35

Please sign in to comment.