tdecaluwe / node-edifact

Javascript stream parser for UN/EDIFACT documents.
https://www.npmjs.com/package/edifact
Apache License 2.0
50 stars 13 forks source link

Doesn't respect release character #9

Closed Magomogo closed 8 years ago

Magomogo commented 8 years ago

Quote from the documentation:

Question mark "?" - release character ? immediately preceding one of the characters ' + : ? restores their normal meaning. E.g. 10?+10=20 means 10+10=20. Question mark is represented by ??.

tdecaluwe commented 8 years ago

Duplicate of #5. This will be resolved in upcoming release as well.

Magomogo commented 8 years ago

Thanks for your work.

How deep are you in the refactoring? When to expect new release?

tdecaluwe commented 8 years ago

I'm currently moving all the pieces into the right place, for example splitting out character set handling to a separate class. Afterwards the API will need updating to provide access to the new functionalities, and some smaller patches will have to be made (like the release character support). I'd say somewhere next week to get it on npm.