3.0.5 • Published 8 years ago

apeman-brws-history v3.0.5

Weekly downloads
10
License
MIT
Repository
github
Last release
8 years ago

apeman-brws-history

Build Status Code Climate Code Coverage npm Version JS Standard

History manager for browser

Installation

$ npm install apeman-brws-history --save

Usage

'use strict'

const apHistory = require('apeman-brws-history')

// Push a history.
apHistory.push('/user/profile')

Bundle

Use browserify to bundle as client side script.

$ browserify main.js -o bundle.js

License

This software is released under the MIT License.

Links

3.0.5

8 years ago

3.0.4

8 years ago

3.0.3

8 years ago

3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.0.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago