Pagser Versions Save

Pagser is a simple, extensible, configurable parse and deserialize html page to struct based on goquery and struct tags for golang crawler

v0.1.6

7 months ago

update latest dependency

	github.com/PuerkitoBio/goquery v1.8.1
	github.com/mattn/godown v0.0.1
	github.com/microcosm-cc/bluemonday v1.0.26
	github.com/spf13/cast v1.5.1

v0.1.5

4 years ago

fix docs

v0.1.4

4 years ago

add sync.Map for thread safety

v0.1.3

4 years ago

add size() function

v0.1.2

4 years ago

Update Built-in functions:

  1. remove selection function prefix "node".
  2. add absHref/first/last/parents/prarentsUntil functions.

v0.1.1

4 years ago

support nested functions

v0.1.0

4 years ago
  1. rewrite core parser
  2. add example and godoc

v0.0.9

4 years ago

change tager to private

v0.0.8

4 years ago

fix bultin function bug

v0.0.7

4 years ago

1.Priority order: struct method -> global 2.Support sub struct call parent function. 3.Change builtin function.