loopback-boot/lib
Bryan Clark 044a4df07a Upgrade lodash and drop underscore.string
Update to the latest version of "lodash" to use the string functions
included and drop the usage of "underscore.string".

Existing tests run checks for `flying-car` definitions to be named
`FlyingCar` so there doesn’t seem to be a need to add more checks.

`isFinite` changed from the older version of lodash to no longer coerce
strings into numbers, this commit adds a call of `parseInt` before
checking whether the value is a finite number.

`parseInt` on an undefined returns NaN which isFinite does not identify
as a number.

While changing this part, the code was reworked to use `Number.isFinite`
and thus the executor no longer depends on lodash. This should reduce
the size of the browser bundle.
2015-04-15 17:40:14 +02:00
..
bundler.js Support for multiple apps in browserified bundle. 2015-03-19 09:57:32 -07:00
compiler.js Upgrade lodash and drop underscore.string 2015-04-15 17:40:14 +02:00
config-loader.js Configure components via `component-config.json` 2015-01-06 14:00:26 +01:00
executor.js Upgrade lodash and drop underscore.string 2015-04-15 17:40:14 +02:00