fork-openpgpjs/test
larabr aeddac438e
Make PacketList a valid subtype of Array and update Packet.tag types (#1289)
Changes:
- Implementation:
  - Remove `PacketList.prototype.concat` and `push`
    (we solely rely on `Array.push` instead)
  - Fix https://github.com/openpgpjs/openpgpjs/issues/907 by
    correctly handling result of `filterByTag`
  - Implement `write()` method for `Trust` and `Marker` packets,
    to make them compatible with the `BasePacket` interface
- Types:
  - Simplify and updated `PacketList` type definitions
  - Fix types for `Packet.tag`, which is `static` since
    https://github.com/openpgpjs/openpgpjs/pull/1268
  - Prevent passing SubkeyPackets where KeyPackets are expected,
    and vice versa
2021-04-29 17:18:39 +02:00
..
crypto Remove unused util functions 2021-03-26 10:56:02 +01:00
general Make PacketList a valid subtype of Array and update Packet.tag types (#1289) 2021-04-29 17:18:39 +02:00
security Make PacketList a valid subtype of Array and update Packet.tag types (#1289) 2021-04-29 17:18:39 +02:00
typescript Make PacketList a valid subtype of Array and update Packet.tag types (#1289) 2021-04-29 17:18:39 +02:00
worker Remove Key.prototype.encrypt() and Key.prototype.decrypt() (#1285) 2021-04-23 15:43:38 +02:00
karma.conf.js Add config parameter to top-level functions (#1241) 2021-02-26 20:04:54 +01:00
unittests.html CI: Switch to karma for browser tests (#1233) 2021-02-12 13:29:04 +01:00
unittests.js Speed up Node.js tests 2021-03-25 19:23:58 +01:00