Liking cljdoc? Tell your friends :D

Change Log

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

[2.1.0] - 2025-04-04

Added

  • group组合字段增加了无序和可选两个选项。
  • repeat字段如果没有指定重复次数,则会重复直到失败之前。如果指定的次数为负值,则必须重复至少其绝对值的次数。
  • 增加attempt-repeat重复字段,尽力重复但以保证后续字段能解析成功为限。
  • 增加prompt修饰符,用于显式指定错误提示信息。
  • 增加break修饰符,如果成功解析当前字段则终止当前组。
  • 增加expect修饰符,测试当前位置是否满足指定字段,但不消耗内容。
  • 增加sep-by修饰符,将宿主字段变为用指定分隔符分隔的重复字段。
  • 可以解析文本token流。token是一个字符串,是所定义规约的最小元素。

Removed

  • break-when 不应再使用,用(break when ...)代替

Fixed

Can you improve this documentation?Edit at git repository

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close