[go: nahoru, domu]

Skip to content

Commit

Permalink
💡 Added Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ftgibran committed Aug 27, 2017
1 parent 6baa685 commit ea0e0c8
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 3 deletions.
119 changes: 119 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
## v1.1.7

### Added
- Added CHANGELOG.md

### Changed
- Updated README.md

## v1.1.6

### Added
- Using window.VueApiRequest for bundled files

### Fixed
- Bundled files is public now

### Changed
- Updated README.md

## v1.1.5

### Added
- Added Yarn install options

## v1.1.4

### Fixed
- Forgot to update Bundled files

## v1.1.3

### Fixed
- Fixed bug with params parallel

## v1.1.2

### Changed
- Updated README.md

## v1.1.1

### Changed
- Updated README.md

## v1.1.0

### Added
- Added Bundle .js and .css files

### Changed
- Vue.$api changed to Vue.api
- Code optimization
- Examples was moved do /example

## v1.0.10

### Fixed
- index.js adjusts

## v1.0.9

### Added
- Added custom loader

## v1.0.8

### Fixed
- Fixed bug in Loaded Slot

## v1.0.7

### Changed
- Updated README.md
- Examples has improved

## v1.0.6

### Fixed
- Fixed bug that animate was not running on second request
- Removed Vue from dependencies

### Changed
- Added examples

## v1.0.5

### Changed
- Updated README.md

## v1.0.4

### Fixed
- index.js adjusts

## v1.0.3

### Changed
- The default of resp parameter has changed from 'body' to '.'

### Fixed
- Removed /dist folder from .gitignore
- index.js was remodeled to native js

## v1.0.2

### Fixed
- Minor changes

## v1.0.1

### Added
- Added API access from Vue by using Vue.$api

## v1.0.0

### Added
- Added .npmignore
- Added LICENSE
- Adjusts in package.json
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,27 @@ Vue API Request provides a full control on your APIs, making the calls simple, f

## Installation

Package is installable via NPM.
Package is installable via NPM

```bash
$ npm i vue-api-request --save
```

**or** via Yarn.
**or** via Yarn

```bash
$ yarn add vue-api-request
```

**or** via CDN.
**or** via CDN

```html
<script src="https://unpkg.com/vue-api-request@latest/dist/vue-api-request.min.js"></script>
<link href="https://unpkg.com/vue-api-request@latest/dist/vue-api-request.min.css" rel="stylesheet"/>
```

It will set `window.VueApiRequest` as the module.

[See example in JSFiddle](https://jsfiddle.net/gibranmax/everjv20/)

## Basic Usage
Expand Down

0 comments on commit ea0e0c8

Please sign in to comment.