- Add lodash library
- Fix help file
=_.camelCase('change of format case')
=_.repeat('I will not copy in class \n',100000)
- Add chroma library
- Add alias to faker => f
- Add alias to chroma => c
=chroma('red')
=chroma.scale(['#FFF', 'blue']).colors(5)
=c.scale(['#FFF', 'blue']).colors(5)
- Methods have been added for the conversion of rgb to hexadecimal
=hex(255,213,65)
=rgb('#ff87dd')
- From now you can use multi-selection
- Now you can call the rand method passing the arguments min and max
- bye bye [object Object], now evaluates by content type, should not now list the contents of the functions but throw the same function without arguments
- Added a help system with access to external documentation on errors
- Now you can call the help method to list all help topics
- Fix configuration problems
- Added equality.vars to configuration
You can now create your own variables in user settings and call them from object e.
- Has been removed script to remove white space, now you should run expressions of type
- Faker has been added again
- A preference has been entered to adjust the faker.locale
- Bug with faker, has been removed until resolved
- Add faker library
- Add faker info and new gif to readme
- Add equality.symbol to configuration