2.0.6 • Published 4 years ago

mf-js v2.0.6

Weekly downloads
22
License
MIT
Repository
github
Last release
4 years ago

mf JS modules

My personnal daily used stuffs for JS. Feel free to use it.

Install

npm install mf-js

Use

Use ES6 import (prefered, use Babel if needed)

import ready from 'mf-js/modules/dom/ready';

or CommonJS Syntax

const ready = require('mf-js/modules/dom/ready');

I also advise you to get some core-js and whatwg-fetch polyfills, and starts some happy modern coding !

require( 'core-js/fn/object/assign' );
require( 'core-js/fn/object/values' );
require( 'core-js/fn/array/from' );
require( 'core-js/fn/array/for-each' );
require( 'core-js/fn/promise' );

Changelog

2016/11/21

  • added CSS state for RWD
  • added Fullscreen helper
  • some unit tests improvments

2016/11/18

  • v2 ! Breaking changes !
  • ES6 + CommonJS syntax : use Babel (seriously, use it)
  • Drop support of deprecated polyfills
  • Completed tests

2016/03/31

  • added Easing functions
  • added LatLng distance function
2.0.6

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago