Uname:Linux mail.sarafai.ru 6.1.0-43-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.162-1 (2026-02-08) x86_64

403WebShell
403Webshell
Server IP : 82.148.16.210  /  Your IP : 216.73.216.169
Web Server : nginx/1.29.5
System : Linux mail.sarafai.ru 6.1.0-43-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.162-1 (2026-02-08) x86_64
User : www-data ( 33)
PHP Version : 7.4.33
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /srv/projects/env4/src/dev/frontend3/node_modules/table/node_modules/comment-parser/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /srv/projects/env4/src/dev/frontend3/node_modules/table/node_modules/comment-parser/CHANGELOG.md
# v1.1.0
- split tokenizers into separate modules
- allow multiline {type} definitions - issue #109
- allow using "=>" in [name=default] defaults – issue #112
- allow using "=" in quoted [name=default] defaults – issue #112
- add tokenizers usage example - issue #111

# v1.1.1
- add helpers for rewiring Spec.source <-> Spec.tags.source

# v1.0.0
- complete rewrite in TS with more flexible API

# v0.7.6
- distinct non-critical errors by providing `err.warning`

# v0.7.5
- name parsing fixes

# v0.7.4
- node 8 backward compatibility fixes

# v0.7.3
- make stringify result more close to the source

# v0.7.2
- make stringify to start each line with * in multiline comments

# v0.7.1
- ensure non-space characters after asterisk are included in source

# v0.7.0
- allow fenced blocks in tag description, see opts.fence

# v0.6.2
- document TypeScript definitions

# v0.6.1
- adjust strigifier indentation

# v0.6.0
- soft-drop node@6 support
- migrate to ES6 syntax
- allow to generate comments out of parsed data

# v0.5.5
- allow loose tag names, e.g. @.tag, @-tag

# v0.5.4
- allow quoted literal names, e.g. `@tag "My Var" description`

# v0.5.3
- corrected TypeScript definitions

# v0.5.2
- added TypeScript definitions
- removed `readable-stream` dependency

# v0.5.1
- Support for tab as separator between tag components.
- Docs: Indicate when `optional` is `true`; `default` property

# v0.5.0
- line wrapping control with `opts.join`

# v0.4.2
- tolerate inconsistent lines alignment within block

# v0.4.1
- refactored parsing, allow to not start lines with "* " inside block

# v0.3.2
- fix RegExp for `description` extraction to allow $ char

# v0.3.1
- use `readable-stream` fro Node 0.8 comatibility
- allow to pass optional parameters to `parse.file(path [,opts], done)`  
- allow `parse.stream` to work with Buffers in addition to strings

# v0.3.0
- `feature` allow to use custom parsers
- `feature` always include source, no `raw_value` option needed
- `bugfix` always provide `optional` tag property
- `refactor` clean up tests

# v0.2.3

- `bugfix` Accept `/** one line */` comments
- `refactor` Get rid of `lodash` to avoid unnecessary extra size when bundled

# v0.2.2

- `feature` allow spaces in default values `@my-tag {my.type} [name=John Doe]`

# v0.2.1

- `refactor` make line pasing mechanism more tolerable

# v0.2.0

- `feature` include source line numbers in parsed data
- `feature` optionally prevent dotten names expanding

# v0.1.2

- `bugfix` Allow to build nested tags from `name.subname` even if `name` wasn't d
- `bugfix` Preserve indentation when extracting comments

# v0.1.1

- `improvement` `parse(source)` returns array of all blocks found in source or an empty array
- `bugfix` fixed indented blocks parsing

# v0.1.0

Initial implementation

Youez - 2016 - github.com/yon3zu
LinuXploit