Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.91 KB

changelog.md

File metadata and controls

48 lines (35 loc) · 1.91 KB

Change Log

1.3.0 (Jul 23, 2016)

  • Started a ChangeLog
  • Improved readme
  • Updated ipaddr.js to latest version
  • Updated tests to use assert.equal, so if something returns something unexpected the test will crash.
  • Uppercase IP is preferred over ip or Ip in function names and docs
  • Function renaming
  • . All older versions still work
    • validip is now isIP
    • validRange is now isRange

1.4.0 (Jul 23, 2016)

  • added isV4 and isV6 functions
  • Fixed issue #12
  • Added storeIP, searchIP and displayIP functions

2.0.0 (June 30, 2020)

  • Converted project over to Typescript!
  • Breaking: No more export alias, including for the misspelled ones left for backwards compatibility in prior versions.
  • Breaking: version is now fully spelled out instead of ver.
  • Breaking: Lowercase now being used for storeIP and displayIP https://stackoverflow.com/a/27510980/458642 - This matches the RFC that states The characters "a", "b", "c", "d", "e", and "f" in an IPv6 address MUST be represented in lowercase.. So if you stored any of this where case-sensitivity might matter such as perhaps a database index, make sure you correct that before upgrading!

3.0.0 (June 27, 2024)

3.1.0 (July 18, 2024)

  • Added isPrivateIP function

3.2.0 (July 18, 2024)

  • Added isIPInRangeOrPrivate function