Revision history for Perl extension NOLookup

1.15 2019-02-25

     - Support NOLookup::Brreg::DataLookup version accept_header
       request, ref.
       https://data.brreg.no/enhetsregisteret/api/docs/index.html#versjonering
       Use versioning to be sure the API does not change.
     
1.14 2019-02-05

     - Added NOLookup::Brreg::DataLookup::lookup_update_dates()
       to support lookup on update date and update id.
       The method can be used to find changed organizations.
     - Various doc. and code simplifications.
     - Some doc fixes

1.13 2019-01-15

     - A few doc fixes

1.12 2019-01-15

     - Changed to use the new API from brreg:
       - https://data.brreg.no/enhetsregisteret/oppslag/enheter.
       - Also support search on underenhet (-u).
       - Also search search on changed orgs (-d/-i).

       The version supported by v1.11 are removed because Brreg
       will remove it eventually, e.g:
       https://data.brreg.no/oppslag/enhetsregisteret/enheter.xhtml

1.11 2018-08-09

     - Handle case that holder info is missing when using the Norid
       public whois service, whilst it may be available when using the
       restricted registrarwhois service, which is for registrars
       only.

1.10 2017-08-22
     - Intialize size to get rid of an unitialized warning
     - Added new JSON keys 'orgform' and 'maalform'

1.9  2017-06-09
     - Version syntax fix, require perl version at least 5.18.0

1.8  2017-05-29
     - Require perl version at least 5.18

1.7  2017-05-18
     - Added argument and support to specify max number of pages in:
       * lib/NOLookup/Brreg/DataLookup.pm
       * bin/no_brreg.pl
     - Added dependencies for build

1.6  2017-05-08
     - MYMETA.json/yml removed from MANIFEST (shall never be listed)

1.5  2017-05-05
     - More Kwalitee fixes: use warnings etc.

1.4  2017-05-04
     - Kwalitee fixes: fix versions and added README file.

1.3  2017-05-03
     - Initial