Skip to content

Commit

Permalink
Rollup (#65)
Browse files Browse the repository at this point in the history
* Use esModuleInterop, etc

* Add rollup config

* Depend on uglify-js

* Bump to v1.0.0

* Update to v1.0.0

* Update changelog

* Replace npmignore with pkg.files

* Update lockfile and typescript version

* Update ts-node

* Fix 'main' field
  • Loading branch information
RikkiGibson authored Oct 4, 2018
1 parent 059b674 commit 2fb7c93
Show file tree
Hide file tree
Showing 12 changed files with 182 additions and 3,345 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@ output/*
.nyc_output/
coverage/
dist/
typings/
*.d.ts
*.d.ts.map
*.js
*.js.map

# Rollup
!rollup.config.js
*-stats.html
19 changes: 0 additions & 19 deletions .npmignore

This file was deleted.

9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
### 1.0.0 - 2018/10/04

- Moved to rollup for bundling
- Moved browser bundle from ./msRestAzureBundle.js to ./dist/msRestAzure.js (same bundle for nodejs and browser)

### 0.2.8 - 2017/04/02

- Updated ms-rest-js to 0.2.8
- Added CognitiveServicesCredentials

### 0.2.1 - 2017/10/25

- Updating the minimum version of dependency "ms-rest-js": "^0.2.3". This brings in the change (removal of "bodyAsStream" property) done to HttpOperationResponse class

### 0.2.0 - 2017/10/11

- Updating the minimum version of dependency "ms-rest-js": "^0.2.1". This also gets a strict dependency to "moment" version 2.18.1 as 2.19.0 has bugs.

### 0.1.0 - 2017/09/16

- Initial version of the isomorphic azure runtime along with type definitions that works in the browser as well as the node.js environment
- Supports polling for long running operations
- Provides definition of CloudError
Loading

0 comments on commit 2fb7c93

Please sign in to comment.