summaryrefslogtreecommitdiffstats
path: root/tpl/collections/collections.go
AgeCommit message (Expand)Author
2023-07-11tpl/collections: Fix WordCount (etc.) regression in Where, Sort, DelimitBjørn Erik Pedersen
2023-06-18Replace the old log setup, with structured logging etc.Bjørn Erik Pedersen
2023-05-16Create a struct with all of Hugo's config optionsBjørn Erik Pedersen
2023-01-31Fix description of collections.UniqJoe Mooring
2022-12-21tpl: Improve template funcs GoDocBjørn Erik Pedersen
2022-06-07Fix raw TOML dates in where/eqBjørn Erik Pedersen
2022-05-08Add `clock` cli flagsatotake
2022-05-06Improve error messages, esp. when the server is runningBjørn Erik Pedersen
2022-03-17all: gofmt -w -r 'interface{} -> any' .Bjørn Erik Pedersen
2021-06-07tpl/fmt: Add erroridf template funcBjørn Erik Pedersen
2021-05-09tpl: Allow 'Querify' to take lone slice/interface argumentUjjwal Goyal
2020-12-03all: Format code with gofumptBjørn Erik Pedersen
2020-03-09Support unComparable args of uniq/complement/insatotake
2020-03-03{{ in }} should work with html.Template typeCarl Johnson
2019-12-12Create lightweight forks of text/template and html/templateBjørn Erik Pedersen
2019-11-11tpl/collections: Allow dict to create nested structuresBjørn Erik Pedersen
2019-11-11tpl/collections: Add collections.ReverseBjørn Erik Pedersen
2019-10-12tpl: Modify error messages of after, first, and lastBaibhav Vatsa
2019-10-11tpl: Last now accepts 0 as limitBaibhav Vatsa
2019-10-11tpl: After now accepts 0 as indexBaibhav Vatsa
2019-08-10Fixed ineffectual assignmentsChristian Muehlhaeuser
2019-04-19tpl/collections: Return error on invalid input in inBjørn Erik Pedersen
2019-04-18tpl/collections: Make Pages etc. work with the in funcBjørn Erik Pedersen
2019-04-18tpl/collections: Make Pages etc. work in uniqBjørn Erik Pedersen
2019-03-23Make Page an interfaceBjørn Erik Pedersen
2018-11-30tpl: Add godoc packages commentsCameron Moore
2018-10-08common/maps: Improve append in ScratchBjørn Erik Pedersen
2018-10-03tpl: Cast IsSet key to int for indexed typesCameron Moore
2018-10-02tpl/collections: Fix handling of different interface types in SliceBjørn Erik Pedersen
2018-09-22tpl/collections: Allow first function to return an empty sliceRicardo N Feliciano
2018-09-14tpl/collections: Add collections.AppendBjørn Erik Pedersen
2018-09-11tpl: Show error on union or intersect of uncomparable typesCameron Moore
2018-09-10tpl/collections: Improve type handling in collections.SliceBjørn Erik Pedersen
2018-09-08tpl/collections: Allow pointer receiver in GroupBjørn Erik Pedersen
2018-09-08tpl/collections: Add group template funcBjørn Erik Pedersen
2018-07-06Add a newScratch template funcBjørn Erik Pedersen
2018-07-01tpl/collections: Return en empty slice in after instead of errorBjørn Erik Pedersen
2018-01-27tpl/collections: Seed random on init onlyliguoqinjim
2017-09-29Clean up lint in various packagesCameron Moore
2017-09-06hugolib: Implement "related content"Bjørn Erik Pedersen
2017-07-08tpl/collections: Fix union when the first slice is emptyBjørn Erik Pedersen
2017-07-03tpl/collections: Add Pages support to Intersect and UnionBjørn Erik Pedersen
2017-07-03tpl/collections: Fix In function for JSON arraysBjørn Erik Pedersen
2017-06-13Run gofmt to get imports in line vs gohugoio/hugoBjørn Erik Pedersen
2017-06-13all: Update import paths to gohugoio/hugoBjørn Erik Pedersen
2017-06-08tpl/collections: Add uint support to InCameron Moore
2017-06-08tpl/collections: Support interfaces in unionCameron Moore
2017-06-03tpl: Add uniq functionNathan Sharfi
2017-05-19tpl/collections: Make IsSet WARNING less chattyBjørn Erik Pedersen
2017-05-18tpl/collections: Use Feedback log instead of Error in IsSetCameron Moore