Skip to content

Hotfix and General Polish

Latest

Choose a tag to compare

@Choco31415 Choco31415 released this 18 Nov 21:22
· 3 commits to master since this release
860dca8

This release is a stepping stone to the longer goal of v.1.1.1. See the changelog for specifics:

New stuff:

  • Https is properly supported.

Major bug fixes:

  • getRecentChanges(), getPagesThatLinkTo(), and getAllPages() no longer have infinite loops.

Minor bug fixes:

  • PageLocation and PageTitle ignore capitalization of the first letter.

Tweaks:

  • PageLocation and PageTitle both have custom hash functions so as to work better with hashMap, etc
  • doesPageExist() now checks for invalid page locations too.