Skip to content

G-Node 0.1.1

Compare
Choose a tag to compare
@WiredSpast WiredSpast released this 03 Feb 13:50
· 54 commits to master since this release
  • No object logs as empty anymore it will always show some useful info
  • Getters and setters methods in parsers (and some in other classes) are replaced by classic JavaScript getters and setters
    • The old getters and setters are still usable but deprecated, in a future release these will get completely removed
  • Almost every parser now allows you to add the parsed objects to a new packet
  • Some other stuff you won't notice when using G-Node