Skip to content

Releases: sylnp0201/lineral

v0.3.1

09 Apr 18:52
Compare
Choose a tag to compare

update bundle size in readme 572B

v0.3.0

09 Apr 18:49
Compare
Choose a tag to compare
  • now it support curring
const myObj = { foo: ['zero', 'one', { 'two': 'bar' }] };
const myL = L(myObj);

myL('foo'); // => ['zero', 'one', { 'two': 'bar' }]
myL('foo.[0]'); //=> 'zero'

v0.2.0

09 Apr 18:12
Compare
Choose a tag to compare
  • support AMD import
  • add minified source file