Skip to content

Commit

Permalink
Merge pull request #36 from Download/release/0.7.0
Browse files Browse the repository at this point in the history
### 0.7.0: Quality improvements
* Tightened API surface area
  + [x][Removed support for type string from `is`](#35)
* Improved documentation
  + [x][JSDoc comments](#26)
  + [x][Added logo and comic](#29)
* Improved dependency management
  + [x][Enabled Greenkeeper](#32)
  + [x][Enabled Greenkeeper-lockfile](a3e7f4a)
  • Loading branch information
Download authored Jul 14, 2017
2 parents fdd6d0d + 4be6a8d commit 42383ff
Show file tree
Hide file tree
Showing 13 changed files with 22,354 additions and 20,105 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mics <sup><sub>0.6.3</sub></sup>
# mics <sup><sub>0.7.0</sub></sup>
### Multiple Inheritance Class System

[![Greenkeeper badge](https://badges.greenkeeper.io/Download/mics.svg)](https://greenkeeper.io/)
Expand Down Expand Up @@ -30,8 +30,8 @@ npm install --save mics
```

## Direct download
* [mics.umd.js](https://cdn.rawgit.com/download/mics/0.6.3/dist/mics.umd.js) (universal module works in browser and node)
* [mics.min.js](https://cdn.rawgit.com/download/mics/0.6.3/dist/mics.min.js) (minified version of universal module file)
* [mics.umd.js](https://cdn.rawgit.com/download/mics/0.7.0/dist/mics.umd.js) (universal module works in browser and node)
* [mics.min.js](https://cdn.rawgit.com/download/mics/0.7.0/dist/mics.min.js) (minified version of universal module file)


## Include in your app
Expand Down Expand Up @@ -59,7 +59,7 @@ define(['mics'], function(mics){

### Script tag
```html
<script src="https://cdn.rawgit.com/download/mics/0.6.3/dist/mics.min.js"></script>
<script src="https://cdn.rawgit.com/download/mics/0.7.0/dist/mics.min.js"></script>
<script>
var mix = mics.mix
var is = mics.is
Expand Down
112 changes: 84 additions & 28 deletions dist/mics.cjs.js

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

2 changes: 1 addition & 1 deletion dist/mics.cjs.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 42383ff

Please sign in to comment.