Skip to content

Tags: awesome/q

Tags

1.3.0b

Toggle 1.3.0b's commit message
Lots of changes preparing version 1.3.0b (beta). See below

- Added column type inference, still needs to be tested
- Added column name detection when using -H
- Added a test suite, in preparation for full refactoring
- Added parsing mode flag - strict, relaxed of fluffy (a.k.a old behavior mode)
- Breaking change - Changed -H behavior so it's now a flag an not a parameter (1 line always)
- Fixed tab delimition parameter problem
- Some more better error reporting
- Removed engine v1, including engine parameter. Support for mult-char delimiters has been removed - breaking change

1.2.0

Toggle 1.2.0's commit message
Removed warning message in order to prevent confusion (although the w…

…arning is written to stderr and doesn't interfer with the output, it might confuse people)

1.1.7

Toggle 1.1.7's commit message
Merge branch 'master' of https://github.com/harelba/q

Conflicts:
	README.markdown

1.1.6

Toggle 1.1.6's commit message
Better error reporting

1.1.5

Toggle 1.1.5's commit message
Updated version string to 1.1.5

1.1.4

Toggle 1.1.4's commit message
Updated version to 1.1.4

1.1.3

Toggle 1.1.3's commit message
Merging pull request of @JKrag (thanks!), with some minor changes, ma…

…inly changing the output delimiter letter and adding some comments

1.1.2

Toggle 1.1.2's commit message
Added tag 1.1.2 -> includes a fix for handling unicode when using bea…

…utify output

1.1.1

Toggle 1.1.1's commit message
work around empty row bug, until a complete fix is added

1.1

Toggle 1.1's commit message
Fixing bug in example provided in --help text