Skip to content

Releases: rmrs/random-location

v1.1.3

26 Apr 14:32
c110830
Compare
Choose a tag to compare

1.1.3 (2020-04-26)

Bug Fixes

  • add codecov badge to readme (8bcdf8d)
  • coveralls - upgrade to latest packages (9b971ce)
  • make it uniformly distributed; fix tests; add to README (4c73ff6)
  • proposed fix for coveralls (0375283)
  • proposed fix for coveralls (de0fcfa)
  • proposed fix for coveralls (8b9f61a)
  • trigger ci (5c5ccba)
  • use codecov instead of coveralls (2496232)
  • use new prettier cmd --check (37148be)

v1.1.2

28 Sep 12:23
Compare
Choose a tag to compare

1.1.2 (2019-09-28)

Bug Fixes

v1.1.1

28 Sep 11:33
Compare
Choose a tag to compare

1.1.1 (2019-09-28)

Bug Fixes

  • build before releasing the package (c1eadda)

v1.1.0

28 Sep 11:27
Compare
Choose a tag to compare

1.1.0 (2019-09-28)

Bug Fixes

  • circleci: persist to workspace (9376053)
  • circleci: persist to workspace (bfda5cc)
  • circleci typo (6aff04c)

Features

  • index.js: add randomFn param (fc708c4)

v1.0.12

22 Oct 03:59
Compare
Choose a tag to compare
  • Removed babel presets from package.json.
  • Reduced the number of published files by using .npmignore and package.json's files.
  • Now haversine is an alias for distance (points to the same distance function).

v1.0.9

21 Oct 08:50
Compare
Choose a tag to compare
  • Added haversine as an alias of the distance function.

v1.0.8

21 Oct 08:35
Compare
Choose a tag to compare
  • Removed engines package.json property so that yarn won't complain.

v1.0.7

12 Oct 20:13
Compare
Choose a tag to compare

v1.0.6

14 Aug 09:52
Compare
Choose a tag to compare

random-location now generates random coordinates that are uniformly distributed, using this formula.